From 31a126312211827a17fe9b965dda1173a59dd11f Mon Sep 17 00:00:00 2001 From: sgoudham Date: Mon, 15 Jun 2020 17:29:57 +0100 Subject: [PATCH] Updated help command --- cogs/HelpCommands.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cogs/HelpCommands.py b/cogs/HelpCommands.py index 34c9687c..b7a02b7c 100644 --- a/cogs/HelpCommands.py +++ b/cogs/HelpCommands.py @@ -47,6 +47,12 @@ class CustomHelp(commands.Cog): "\n Allows the user to give a lemon to someone in the server" + "\n *(Perms: Everyone)*", inline=True) + embed.add_field( + name="\u200b", + value="**➳ ~flip**" + + "\n Allows the user to 'throw a coin' and get a response with a 50/50 chance" + + "\n *(Perms: Everyone)*", + inline=True) embed.add_field( name="\u200b", value="**➳ ~attack**" +