[-] Remove mv command
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ if __name__ == '__main__':
|
||||
dispatcher = updater.dispatcher
|
||||
|
||||
# Register commands
|
||||
commands = [start, ls, touch, rm, mv, nano, interval, enable, disable]
|
||||
commands = [start, ls, touch, rm, nano, interval, enable, disable]
|
||||
[dispatcher.add_handler(createCommand(cmd)) for cmd in commands]
|
||||
|
||||
# Start bot
|
||||
|
||||
@@ -2,7 +2,6 @@ start - Start the bot
|
||||
ls - List the http requests you've created
|
||||
touch - Create a http request
|
||||
rm - Delete a http request
|
||||
mv - Rename a http request
|
||||
nano - Edit a http request
|
||||
interval - Change the interval between the updates of a http request
|
||||
enable - Start listening to a http request
|
||||
|
||||
@@ -83,9 +83,6 @@ def rm(update, context):
|
||||
user = database.checkUser(chat.id)
|
||||
|
||||
|
||||
def mv(update, context):
|
||||
chat = update.effective_chat
|
||||
user = database.checkUser(chat.id)
|
||||
|
||||
|
||||
def nano(update, context):
|
||||
|
||||
Reference in New Issue
Block a user