Changing the name of the command to help

pull/2/head
sgoudham 4 years ago
parent 0f57bbf280
commit 18b990c10d

@ -225,7 +225,7 @@ class ReactionMenu(commands.Cog):
self.bot = bot
@command(name="help", aliases=["Help"])
async def menu_example(self, ctx):
async def help(self, ctx):
i = 0
m = HelpMenu(i, self)
await m.start(ctx)

Loading…
Cancel
Save