mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Fix unnecessary typing before running commands in Downloader (#3964)
This commit is contained in:
parent
35365a7154
commit
a64c28aa44
@ -77,6 +77,7 @@ class Downloader(commands.Cog):
|
||||
pass
|
||||
|
||||
async def cog_before_invoke(self, ctx: commands.Context) -> None:
|
||||
if not self._ready.is_set():
|
||||
async with ctx.typing():
|
||||
await self._ready.wait()
|
||||
if self._ready_raised:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user