diff --git a/cogs/help/help.py b/cogs/help/help.py index d0eb2a84..5c75e1aa 100644 --- a/cogs/help/help.py +++ b/cogs/help/help.py @@ -29,7 +29,9 @@ def fun_function(self, guild_icon): (f"**{self.ctx.prefix}flip**", "\nDoes a coinflip with Big PP Or Smol PP", True), (f"**{self.ctx.prefix}doggo**", - "\nLook at images of Doggos", True)] + "\nLook at images of Doggos", True), + (f"**{self.ctx.prefix}homies ``**", + "\nGenerates Homies Meme with given text", True)] # Setting up the Embed for the Fun Commands fun_commands_2 = Embed(title="(っ◔◡◔)っ Fun Commands 2 (っ◔◡◔)っ",