Change /delete command to /del (#4)
* Update bot_commands.py * Update README.md
This commit is contained in:
parent
451017b24e
commit
96f5c1fdee
|
|
@ -47,6 +47,7 @@ Fork this repo, than upload credentials.json and token.pickle to your forks
|
|||
- Service account support
|
||||
- Mirror all youtube-dl supported links
|
||||
- Mirror telegram files
|
||||
- Delete files from drive
|
||||
- Add stickers to your pack
|
||||
- Nyaa.si and Sukebei Torrent search
|
||||
- Shell and Executor
|
||||
|
|
|
|||
|
|
@ -18,6 +18,6 @@ class _BotCommands:
|
|||
self.CloneCommand = "clone"
|
||||
self.WatchCommand = 'watch'
|
||||
self.TarWatchCommand = 'tarwatch'
|
||||
self.DeleteCommand = 'delete'
|
||||
self.DeleteCommand = 'del'
|
||||
|
||||
BotCommands = _BotCommands()
|
||||
|
|
|
|||
Loading…
Reference in New Issue