We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a42d7c commit 6f61da0Copy full SHA for 6f61da0
1 file changed
bot/exts/info/tags.py
@@ -323,10 +323,11 @@ async def get_command_ctx(
323
await message_reference.reply(embed=embed),
324
(ctx.author.id,)
325
)
326
- await wait_for_deletion(
327
- await ctx.send(embed=embed),
328
- (ctx.author.id,)
329
- )
+ else:
+ await wait_for_deletion(
+ await ctx.send(embed=embed),
+ (ctx.author.id,)
330
+ )
331
# A valid tag was found and was either sent, or is on cooldown
332
return True
333
0 commit comments