From 5ffc2114dd505fb1cf0073c93f8722e86c54ab43 Mon Sep 17 00:00:00 2001 From: Michael De Roover Date: Sun, 21 Mar 2021 13:17:42 +0100 Subject: [PATCH] Returns you idiot! Use them! --- ubot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubot.py b/ubot.py index 1715331..406fd4f 100644 --- a/ubot.py +++ b/ubot.py @@ -98,7 +98,7 @@ async def edit(event): rpl += '.shg - ¯\_(ツ)_/¯\n' rpl += '.stats - Get user account stats.\n' rpl += '.fire - IMA FIRING MAH LAZER\n' - rpl += '.purgeme - Purge messages.' + rpl += '.purgeme - Purge messages.\n' rpl += '.sauce - Get the bot\'s source code.\n' rpl += '.help - Show this help message.\n' await event.edit(rpl)