From 908333557bf73753d7b8636c11dbac848320b63a Mon Sep 17 00:00:00 2001 From: Juni Date: Sun, 10 Apr 2022 16:13:20 -0400 Subject: [PATCH] test speech --- reactquote/reactquote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactquote/reactquote.py b/reactquote/reactquote.py index 15b0dab..7017700 100644 --- a/reactquote/reactquote.py +++ b/reactquote/reactquote.py @@ -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') \ No newline at end of file + self.bot.say('speech') \ No newline at end of file