Updated HelpCommands.py to include help for ~enso

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

@ -86,7 +86,7 @@ class CustomHelp(commands.Cog):
embed.add_field( embed.add_field(
name="\u200b\u200b", name="\u200b\u200b",
value="**➳ ~kakashi**" + 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)*", "\n *(Perms: Everyone)*",
inline=True) inline=True)
embed.add_field( 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 Allows for a randomly generated image of Tamaki Suoh to be shown" +
"\n *(Perms: Everyone)*", "\n *(Perms: Everyone)*",
inline=True) 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( embed.add_field(
name="\u200b", name="\u200b",
value="```css" + value="```css" +

Loading…
Cancel
Save