Adding ~userinfo into the HelpCommands.py embed

pull/2/head
sgoudham 4 years ago
parent c63ec69943
commit 984ee0e509

@ -176,6 +176,12 @@ class CustomHelp(commands.Cog):
"\n Allows Hammmy to dm anyone in the server through Enso~Chan!" + "\n Allows Hammmy to dm anyone in the server through Enso~Chan!" +
"\n *(Perms: Co-Owner)*", "\n *(Perms: Co-Owner)*",
inline=True) 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( embed.add_field(
name="\u200b", name="\u200b",
value="**➳ ~rules**" + value="**➳ ~rules**" +

Loading…
Cancel
Save