didn't think i'd need to run black...

This commit is contained in:
Vexed01
2020-06-13 22:14:01 +01:00
parent f5b6ac2f9c
commit aa6aa5cf4b

View File

@@ -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()