diff --git a/ubot.py b/ubot.py index 381b138..852d028 100755 --- a/ubot.py +++ b/ubot.py @@ -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)