mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-23 19:23:51 -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."))
|
await ctx.send(_("Embeds will now fall back to the global setting."))
|
||||||
else:
|
else:
|
||||||
await ctx.send(
|
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()
|
@commands.command()
|
||||||
|
|||||||
Reference in New Issue
Block a user