test speech

This commit is contained in:
Juni
2022-04-10 16:13:20 -04:00
parent aa8a418761
commit 908333557b

View File

@@ -27,4 +27,4 @@ class ReactQuote(commands.Cog):
async def on_raw_reaction_add(self, payload:discord.RawReactionActionEvent):
"""On React"""
if str(payload.emoji) == ':speech_ballon:':
self.bot.get_channel(payload.channel_id).send('speech')
self.bot.say('speech')