Skip to content

Commit

Permalink
Update featherCord.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossDarkrix committed Oct 27, 2024
1 parent cebd245 commit de05418
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ja/featherCord.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ def main():
ArgumentPaerser.add_argument('--reset-login', '-rl', action='store_true', help='Twitterのログイン情報をリセットします')
ArgumentPaerser.add_argument('--reset-token', '-rt', action='store_true', help='Discordのトークン情報をリセットします')
ArgumentPaerser.add_argument('--remove-all', '-ra', action='store_true', help='全てのログイン情報を消去します')
ArgumentPaerser.add_argument('--normal-start', '-ns', action='store_true', help='通常起動します')
arg = ArgumentPaerser.parse_args()
if arg.reset_login:
print('ログイン情報をリセットします')
Expand Down

0 comments on commit de05418

Please sign in to comment.