Skip to content

Commit

Permalink
fix: Token Generation Related Issues (#163)
Browse files Browse the repository at this point in the history
## Summary by Sourcery

Bug Fixes:

- Fixed token generation issues caused by the command suffix.

Co-authored-by: Mirror Hunter <[email protected]>
  • Loading branch information
5hojib and mirrorhunter authored Jan 20, 2025
1 parent 850b07a commit 9f22d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/helper/telegram_helper/bot_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


class BotCommands:
StartCommand = f"start{i}"
StartCommand = f"start"
MirrorCommand = [f"mirror{i}", f"m{i}"]
YtdlCommand = [f"ytdl{i}", f"y{i}"]
LeechCommand = [f"leech{i}", f"l{i}"]
Expand Down

0 comments on commit 9f22d44

Please sign in to comment.