Changed some of the help command descriptions relating to ~w and ~h

pull/2/head
sgoudham 4 years ago
parent 74d8a69002
commit 9b60210671

@ -111,14 +111,26 @@ class CustomHelp(commands.Cog):
inline=False) inline=False)
embed.add_field( embed.add_field(
name="\u200b\u200b", name="\u200b\u200b",
value="**➳ ~w [waifu/husbando]**" + value="**➳ ~w [waifu]**" +
"\n Allows for a randomly generated image of Waifu/Husbando to be shown" + "\n Allows for a randomly generated image of a Waifu to be shown" +
"\n *(Perms: Everyone)*", "\n *(Perms: Everyone)*",
inline=True) inline=True)
embed.add_field( embed.add_field(
name="\u200b\u200b", name="\u200b\u200b",
value="**➳ ~w list**" + value="**➳ ~w [husbando]**" +
"\n Returns a list of Husbando's/Waifu's that in the bot " + "\n Allows for a randomly generated image of a Husbando to be shown" +
"\n *(Perms: Everyone)*",
inline=True)
embed.add_field(
name="\u200b\u200b",
value="**➳ ~w**" +
"\n Returns a list of Waifu's that are in the bot " +
"\n *(Perms: Everyone)*",
inline=True)
embed.add_field(
name="\u200b\u200b",
value="**➳ ~h**" +
"\n Returns a list of Husbando's that are in the bot " +
"\n *(Perms: Everyone)*", "\n *(Perms: Everyone)*",
inline=True) inline=True)
embed.add_field( embed.add_field(

Loading…
Cancel
Save