We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 311df32 commit 1750f63Copy full SHA for 1750f63
bot/cogs/config.py
@@ -441,10 +441,8 @@ async def prefix_delete(
441
await self.pool.execute(query, prefix, ctx.guild.id)
442
get_prefix.cache_invalidate(self.bot, ctx.message)
443
await ctx.send(f"The prefix `{prefix}` has been successfully deleted")
444
- return
445
elif confirm is None:
446
await ctx.send("Confirmation timed out. Cancelled deletion...")
447
448
else:
449
await ctx.send("Confirmation cancelled. Please try again")
450
0 commit comments