From 5b5b532b2a6d6080b080e2a30e6b21f1d38594a1 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sun, 7 Jun 2020 02:38:03 +0100 Subject: [PATCH] Added a help section for the ~tamaki command --- cogs/HelpCommands.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cogs/HelpCommands.py b/cogs/HelpCommands.py index 11937f5b..e8943a8b 100644 --- a/cogs/HelpCommands.py +++ b/cogs/HelpCommands.py @@ -71,6 +71,12 @@ class CustomHelp(commands.Cog): "\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" + + "\n *(Perms: everyone)*", + inline=True) embed.add_field( name="\u200b", value="```css" +