From 156b7e5c82638486646e5eca032bca059f894ded Mon Sep 17 00:00:00 2001 From: flifloo Date: Wed, 8 Apr 2020 19:33:52 +0200 Subject: [PATCH] Add speak react on the help --- extensions/speak.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extensions/speak.py b/extensions/speak.py index fd51639..360d61a 100644 --- a/extensions/speak.py +++ b/extensions/speak.py @@ -114,6 +114,8 @@ class Speak(commands.Cog): async def speak_help(self, ctx: commands.Context): embed = Embed(title="Speak help") embed.add_field(name="speak", value="Join the waiting list", inline=False) + embed.add_field(name="speak react", value="Be the next to speak to react and debate with the current speaker", + inline=False) embed.add_field(name="speak remove [@pepole, @...]", value="Remove yourself or mentioned person from the waiting list", inline=False) embed.add_field(name="speak list", value="Show the waiting list", inline=False)