From c7f1826541d356d036e1ed42463b7ba78c8b32e1 Mon Sep 17 00:00:00 2001 From: Michael De Roover Date: Tue, 30 Mar 2021 00:48:03 +0200 Subject: [PATCH] Add .sys to help message --- ubot.py | 1 + 1 file changed, 1 insertion(+) 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)