diff --git a/cogs/HelpCommands.py b/cogs/HelpCommands.py index 470f3da9..13d4230c 100644 --- a/cogs/HelpCommands.py +++ b/cogs/HelpCommands.py @@ -37,6 +37,18 @@ class CustomHelp(commands.Cog): "\n ( ͡°ω ͡°) Fun Commands ( ͡°ω ͡°)" + "```", inline=False) + embed.add_field( + name="\u200b", + value="**➳ ~attack [person]**" + + "\n Allows the user to throw an insult to someone in the server" + + "\n *(Perms: Co-Owner)*", + inline=True) + embed.add_field( + name="\u200b", + value="**➳ ~compliment [person]**" + + "\n Allows the user to compliment someone in the server" + + "\n *(Perms: Everyone)*", + inline=True) embed.add_field( name="\u200b\u200b", value="**➳ ~8ball**" + @@ -61,12 +73,6 @@ class CustomHelp(commands.Cog): "\n Allows the user to give a lemon to someone in the server" + "\n *(Perms: Everyone)*", inline=True) - embed.add_field( - name="\u200b", - value="**➳ ~attack [person]**" + - "\n Allows the user to throw an insult to someone in the server" + - "\n *(Perms: Co-Owner)*", - inline=True) embed.add_field( name="\u200b", value="**➳ ~slap [person]**" + @@ -85,12 +91,6 @@ class CustomHelp(commands.Cog): "\n Allows the user to pat someone in the server" + "\n *(Perms: Everyone)*", inline=True) - embed.add_field( - name="\u200b", - value="**➳ ~compliment [person]**" + - "\n Allows the user to compliment someone in the server" + - "\n *(Perms: Everyone)*", - inline=True) embed.add_field( name="\u200b", value="**➳ ~kiss [person]**" + @@ -106,33 +106,21 @@ class CustomHelp(commands.Cog): embed.add_field( name="\u200b", value="```css" + - "\n ( ͡°ω ͡°) Waifu/Husbando Commands ( ͡°ω ͡°)" + + "\n ( ͡°ω ͡°) Waifus/Husbando Commands ( ͡°ω ͡°)" + "```", inline=False) embed.add_field( name="\u200b\u200b", - value="**➳ ~kakashi**" + - "\n Allows for a randomly generated image of Hatake Kakashi to be shown" + + value="**➳ ~w [waifu/husbando]**" + + "\n Allows for a randomly generated image of Waifu/Husbando to be shown" + "\n *(Perms: Everyone)*", inline=True) embed.add_field( - name="\u200b", - value="**➳ ~toga**" + - "\n Allows for a randomly generated image of Himiko Toga to be shown" + - "\n *(Perms: Everyone)*", - inline=True) - embed.add_field( - name="\u200b", - value="**➳ ~tamaki**" + - "\n Allows for a randomly generated image of Tamaki Suoh to be shown" + + name="\u200b\u200b", + value="**➳ ~w list**" + + "\n Returns a list of Husbando's/Waifu's that in the bot " + "\n *(Perms: Everyone)*", inline=True) - embed.add_field( - name="\u200b", - value="**➳ ~husk**" + - "\n Allows for a randomly generated image of Husk?" + - "\n *(Perms: Kaiju)*", - inline=True) embed.add_field( name="\u200b\u200b", value="**➳ ~enso [person]**" + @@ -140,6 +128,12 @@ class CustomHelp(commands.Cog): "\n (Using ~enso by itself shall generate a random image of someone within all the server)" + "\n *(Perms: Everyone)*", inline=True) + embed.add_field( + name="\u200b\u200b", + value="**➳ ~enso list**" + + "\n Returns a list of the people's images currently in the bot" + + "\n *(Perms: Everyone)*", + inline=True) embed.add_field( name="\u200b", value="```css" + @@ -152,18 +146,6 @@ class CustomHelp(commands.Cog): "\n Returns Pong! Along With The Latency in ms" + "\n *(Perms: Co-Owner)*", inline=True) - embed.add_field( - name="\u200b", - value="**➳ ~rules**" + - "\n Returns the entire ruleset for the server" + - "\n *(Perms: Everyone)*", - inline=True) - embed.add_field( - name="\u200b", - value="**➳ ~roles**" + - "\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**" @@ -176,6 +158,18 @@ 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="**➳ ~rules**" + + "\n Returns the entire ruleset for the server" + + "\n *(Perms: Everyone)*", + inline=True) + embed.add_field( + name="\u200b", + value="**➳ ~roles**" + + "\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="**➳ ~remindme [time] [text]**" +