mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 10:17:59 -05:00
didn't think i'd need to run black...
This commit is contained in:
@@ -556,7 +556,9 @@ class Core(commands.Cog, CoreLogic):
|
||||
await ctx.send(_("Embeds will now fall back to the global setting."))
|
||||
else:
|
||||
await ctx.send(
|
||||
_("Embeds are now {} for you, in DMs.").format(_("enabled") if enabled else _("disabled"))
|
||||
_("Embeds are now {} for you, in DMs.").format(
|
||||
_("enabled") if enabled else _("disabled")
|
||||
)
|
||||
)
|
||||
|
||||
@commands.command()
|
||||
|
||||
Reference in New Issue
Block a user