1
0
Fork 0

Add speak react on the help

This commit is contained in:
Ethanell 2020-04-08 19:33:52 +02:00
parent 967d6ad111
commit 156b7e5c82

View file

@ -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)