[+] Create command help

This commit is contained in:
Hykilpikonna
2020-11-22 11:50:24 -05:00
parent 9783c8ad54
commit 33c02b1513
2 changed files with 29 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
helpMsg = """
Welcome! This bot monitors http changes!
/start - Start the bot
**Management Commands**
/ls - List the http requests you've created
/touch - Create a http request
/rm - Delete a http request
/mv - Rename a http request
**Configuration Commands**
/nano - Edit a http request
/interval - Change the interval between the updates of a http request
**Start/Stop Commands**
/enable - Start listening to a http request
/stop - Stop listening to a http request
"""
+9
View File
@@ -0,0 +1,9 @@
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
stop - Stop listening to a http request