From 99af0a4c664703cf378abec84b66aa5a9d55f213 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 16 Jun 2020 20:02:09 +0100 Subject: [PATCH] Added ~rolemenu command in helpcommands --- cogs/HelpCommands.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cogs/HelpCommands.py b/cogs/HelpCommands.py index b7a02b7c..707e2470 100644 --- a/cogs/HelpCommands.py +++ b/cogs/HelpCommands.py @@ -125,6 +125,12 @@ class CustomHelp(commands.Cog): "\n Shows you how the leveling and xp system works, as well as displaying the order of leveled roles" + "\n *(Perms: Everyone)*", inline=True) + embed.add_field( + name="\u200b\u200b", + value="**➳ ~rolemenu**" + + "\n Allows for the users to get self ping-able roles" + + "\n *(Perms: Co-Owner)*", + inline=True) await author.send(embed=embed) except Exception as e: