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 *(Perms: everyone)*",
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(
name="\u200b",
value="**➳ ~attack**" +
@ -218,7 +224,7 @@ class CustomHelp(commands.Cog):
except Exception as e:
print(e)
# Bot ~roles command allows for an embed message about
# Bot ~roles command allows for an embed message about roles
@commands.command()
async def roles(self, ctx):
author = ctx.message.author

Loading…
Cancel
Save