From cdce7f839c42d0cd82be985465e44e92f87680fc Mon Sep 17 00:00:00 2001 From: nex Date: Wed, 22 Mar 2023 15:19:48 +0000 Subject: [PATCH] trigger typing when sending a message --- cogs/events.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cogs/events.py b/cogs/events.py index 0b7e6d0..2912d78 100644 --- a/cogs/events.py +++ b/cogs/events.py @@ -231,6 +231,7 @@ class Events(commands.Cog): voice = await message.author.voice.channel.connect() if voice.self_mute or voice.mute: await voice.disconnect() + await message.channel.trigger_typing() await message.reply("Unmute me >:(", file=discord.File(file)) else: voice.play( @@ -241,6 +242,7 @@ class Events(commands.Cog): ) ) else: + await message.channel.trigger_typing() await message.reply(file=discord.File(file)) if "linux" in message.content.lower() and self.bot.user in message.mentions: