Skip to content

Commit

Permalink
Update bot_commands.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eaustin6 authored Feb 4, 2022
1 parent e77d640 commit c6e99f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/helper/telegram_helper/bot_commands.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class _BotCommands:
def __init__(self):
self.StartCommand = 'start'
self.ListCommand = 'search'
self.CloneCommand = 'clone'
self.ListCommand = 'find'
self.CloneCommand = 'clonex'
self.CountCommand = 'count'
self.PermissionCommand = 'perm'
self.DeleteCommand = 'del'
Expand Down

0 comments on commit c6e99f4

Please sign in to comment.