aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar TizzySaurus <[email protected]>2021-07-23 16:33:52 +0100
committerGravatar GitHub <[email protected]>2021-07-23 16:33:52 +0100
commitc5ab6af7770745d69e0d1d04fc07d7b8c601f98a (patch)
tree169ce11354fc4905a4c4f1d05e87a85b71c261a3
parentRemove deprecated function (diff)
Remove extra lines
-rw-r--r--bot/exts/info/doc/_cog.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/info/doc/_cog.py b/bot/exts/info/doc/_cog.py
index ddf8e65e3..2cac7c10e 100644
--- a/bot/exts/info/doc/_cog.py
+++ b/bot/exts/info/doc/_cog.py
@@ -340,7 +340,6 @@ class DocCog(commands.Cog):
if doc_embed is None:
error_message = await send_denial(ctx, "No documentation found for the requested symbol.")
-
await wait_for_deletion(error_message, (ctx.author.id,), timeout=NOT_FOUND_DELETE_DELAY)
if not (ctx.message.mentions or ctx.message.role_mentions):