Updated HelpCommands.py to include help for ~enso

pull/2/head
sgoudham 4 years ago
parent 16516b8924
commit 486353f36d

@ -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" +

Loading…
Cancel
Save