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)