From 984ee0e5096aae58a4ddf0eb64ff892b3f0cd48e Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sat, 27 Jun 2020 20:32:10 +0100 Subject: [PATCH] Adding ~userinfo into the HelpCommands.py embed --- cogs/HelpCommands.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cogs/HelpCommands.py b/cogs/HelpCommands.py index 5788b47a..9870919b 100644 --- a/cogs/HelpCommands.py +++ b/cogs/HelpCommands.py @@ -176,6 +176,12 @@ class CustomHelp(commands.Cog): "\n Allows Hammmy to dm anyone in the server through Enso~Chan!" + "\n *(Perms: Co-Owner)*", inline=True) + embed.add_field( + name="\u200b", + value="**➳ ~userinfo**" + + "\n Returns information about the user (Name, Roles, Joined Date, Created Date, etc)" + + "\n *(Perms: Everyone)*", + inline=True) embed.add_field( name="\u200b", value="**➳ ~rules**" +