Stop bluetexting my bot for fucks sake

This commit is contained in:
Michael De Roover 2021-03-23 11:28:43 +01:00
parent 3f352145ac
commit 2bf5420f5b
Signed by: vim
GPG Key ID: 075496E232CE04CB

View File

@ -89,18 +89,19 @@ debug(){
# Public commands # Public commands
help(){ help(){
sendmsg "Hiya! I'm [ghnou](https://t.me/ghnou)'s personal bot, Konata. sendmsg "Hiya! I'm [ghnou](https://t.me/ghnou)'s personal bot, Konata.
Currently I have the following features:
- /help - Show this help message. *Currently I have the following features:*
- /alive - Check whether I'm running. - \`/help\` - Show this help message.
- /cv \[country\] - Check COVID-19 stats. - \`/alive\` - Check whether I'm running.
- /id - Get the current chat's ID. - \`/cv \[country\]\` - Check COVID-19 stats.
- /ud \[term\] - Get a definition from Urban Dictionary. - \`/id\` - Get the current chat's ID.
- /konata - Get one of my selfies :3 - \`/ud \[term\]\` - Get a definition from Urban Dictionary.
- /konachan \[query\] - Get a picture from Konachan. - \`/konata\` - Get one of my selfies :3
- /4c \[board\] - Get a random image from 4chan. - \`/konachan \[query\]\` - Get a picture from Konachan.
- /lfy \[query\] - Let me look that up for you... - \`/4c \[board\]\` - Get a random image from 4chan.
- /ip \[address\] - Get information for an IP address. - \`/lfy \[query\]\` - Let me look that up for you...
- /repo - Get my source code. - \`/ip \[address\]\` - Get information for an IP address.
- \`/repo\` - Get my source code.
And a lot more to come!" And a lot more to come!"
} }