Add .sys to help message
This commit is contained in:
parent
53dfe084e2
commit
c7f1826541
1
ubot.py
1
ubot.py
@ -135,6 +135,7 @@ async def edit(event):
|
|||||||
rpl += '.fire - IMA FIRING MAH LAZER\n'
|
rpl += '.fire - IMA FIRING MAH LAZER\n'
|
||||||
rpl += '.purgeme - Purge messages.\n'
|
rpl += '.purgeme - Purge messages.\n'
|
||||||
rpl += '.sh - Execute a shell command.\n'
|
rpl += '.sh - Execute a shell command.\n'
|
||||||
|
rpl += '.sys - Show system information.\n'
|
||||||
rpl += '.sauce - Get the bot\'s source code.\n'
|
rpl += '.sauce - Get the bot\'s source code.\n'
|
||||||
rpl += '.help - Show this help message.\n'
|
rpl += '.help - Show this help message.\n'
|
||||||
await event.edit(rpl)
|
await event.edit(rpl)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user