mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 09:56:05 -05:00
fix: use clean prefix in code blocks (#3591)
This commit is contained in:
@@ -297,7 +297,7 @@ class Admin(commands.Cog):
|
||||
|
||||
await ctx.send(_("The announcement has begun."))
|
||||
else:
|
||||
prefix = ctx.prefix
|
||||
prefix = ctx.clean_prefix
|
||||
await ctx.send(_(RUNNING_ANNOUNCEMENT).format(prefix=prefix))
|
||||
|
||||
@announce.command(name="cancel")
|
||||
|
||||
Reference in New Issue
Block a user