Add speak react on the help
This commit is contained in:
parent
967d6ad111
commit
156b7e5c82
1 changed files with 2 additions and 0 deletions
|
@ -114,6 +114,8 @@ class Speak(commands.Cog):
|
||||||
async def speak_help(self, ctx: commands.Context):
|
async def speak_help(self, ctx: commands.Context):
|
||||||
embed = Embed(title="Speak help")
|
embed = Embed(title="Speak help")
|
||||||
embed.add_field(name="speak", value="Join the waiting list", inline=False)
|
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, @...]",
|
embed.add_field(name="speak remove [@pepole, @...]",
|
||||||
value="Remove yourself or mentioned person from the waiting list", inline=False)
|
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)
|
embed.add_field(name="speak list", value="Show the waiting list", inline=False)
|
||||||
|
|
Reference in a new issue