diff options
| author | 2021-07-23 16:33:52 +0100 | |
|---|---|---|
| committer | 2021-07-23 16:33:52 +0100 | |
| commit | c5ab6af7770745d69e0d1d04fc07d7b8c601f98a (patch) | |
| tree | 169ce11354fc4905a4c4f1d05e87a85b71c261a3 | |
| parent | Remove deprecated function (diff) | |
Remove extra lines
| -rw-r--r-- | bot/exts/info/doc/_cog.py | 1 |
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): |