diff --git a/cogs/HelpCommands.py b/cogs/HelpCommands.py index d1536d65..34c9687c 100644 --- a/cogs/HelpCommands.py +++ b/cogs/HelpCommands.py @@ -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\u200b", + value="**➳ ~owo**" + + "\n Converts the sentence typed into 'owo' text " + + "\n *(Perms: everyone)*", + inline=True) embed.add_field( name="\u200b", value="**➳ ~lemon**" +