Added lemon command help in HelpCommands.py

pull/1/head
sgoudham 4 years ago
parent a84cdda8ac
commit dd1675efb9

@ -35,6 +35,12 @@ class CustomHelp(commands.Cog):
"\n Allows the user to ask a question and 8ball will give a custom response" + "\n Allows the user to ask a question and 8ball will give a custom response" +
"\n *(Perms: everyone)*", "\n *(Perms: everyone)*",
inline=True) inline=True)
embed.add_field(
name="\u200b",
value="**➳ ~lemon**" +
"\n Allows the user to give a lemon to someone in the server" +
"\n *(Perms: Everyone)*",
inline=True)
embed.add_field( embed.add_field(
name="\u200b", name="\u200b",
value="**➳ ~attack**" + value="**➳ ~attack**" +
@ -218,7 +224,7 @@ class CustomHelp(commands.Cog):
except Exception as e: except Exception as e:
print(e) print(e)
# Bot ~roles command allows for an embed message about # Bot ~roles command allows for an embed message about roles
@commands.command() @commands.command()
async def roles(self, ctx): async def roles(self, ctx):
author = ctx.message.author author = ctx.message.author

Loading…
Cancel
Save