From 486353f36d6b4d8da03048cae55cf761c8fa6a86 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Wed, 17 Jun 2020 00:42:07 +0100 Subject: [PATCH] Updated HelpCommands.py to include help for ~enso --- cogs/HelpCommands.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cogs/HelpCommands.py b/cogs/HelpCommands.py index 707e2470..f56735ba 100644 --- a/cogs/HelpCommands.py +++ b/cogs/HelpCommands.py @@ -86,7 +86,7 @@ class CustomHelp(commands.Cog): embed.add_field( name="\u200b\u200b", value="**➳ ~kakashi**" + - "\n Allows for a randomly generated image of Hatake Kakashi" + + "\n Allows for a randomly generated image of Hatake Kakashi to be shown" + "\n *(Perms: Everyone)*", inline=True) embed.add_field( @@ -101,6 +101,12 @@ class CustomHelp(commands.Cog): "\n Allows for a randomly generated image of Tamaki Suoh to be shown" + "\n *(Perms: Everyone)*", inline=True) + embed.add_field( + name="\u200b\u200b", + value="**➳ ~enso**" + + "\n Allows for a randomly generated image of someone in the server to be shown" + + "\n *(Perms: Everyone)*", + inline=True) embed.add_field( name="\u200b", value="```css" +