Add .sys to help message

This commit is contained in:
Michael De Roover 2021-03-30 00:48:03 +02:00
parent 53dfe084e2
commit c7f1826541
Signed by: vim
GPG Key ID: 075496E232CE04CB

View File

@ -135,6 +135,7 @@ async def edit(event):
rpl += '.fire - IMA FIRING MAH LAZER\n'
rpl += '.purgeme - Purge messages.\n'
rpl += '.sh - Execute a shell command.\n'
rpl += '.sys - Show system information.\n'
rpl += '.sauce - Get the bot\'s source code.\n'
rpl += '.help - Show this help message.\n'
await event.edit(rpl)