Added help for the cuddle command in HelpCommands.py

pull/1/head
sgoudham 4 years ago
parent 3c1c232793
commit 0ff41105e9

@ -53,6 +53,12 @@ class CustomHelp(commands.Cog):
"\n Allows the user to kiss someone in the server" +
"\n *(Perms: Everyone)*",
inline=True)
embed.add_field(
name="\u200b",
value="**➳ ~cuddle**" +
"\n Allows the user to cuddle someone in the server" +
"\n *(Perms: Everyone)*",
inline=True)
embed.add_field(
name="\u200b",
value="```css" +

Loading…
Cancel
Save