Updated help command

pull/2/head
sgoudham 5 years ago
parent 5acabf19bd
commit 31a1263122

@ -47,6 +47,12 @@ class CustomHelp(commands.Cog):
"\n Allows the user to give a lemon to someone in the server" + "\n Allows the user to give a lemon to someone in the server" +
"\n *(Perms: Everyone)*", "\n *(Perms: Everyone)*",
inline=True) 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( embed.add_field(
name="\u200b", name="\u200b",
value="**➳ ~attack**" + value="**➳ ~attack**" +

Loading…
Cancel
Save