From aa6aa5cf4bcf9ff66e8c3e1636daa03feee47e97 Mon Sep 17 00:00:00 2001 From: Vexed01 Date: Sat, 13 Jun 2020 22:14:01 +0100 Subject: [PATCH] didn't think i'd need to run black... --- redbot/core/core_commands.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/redbot/core/core_commands.py b/redbot/core/core_commands.py index 98777d344..bbdb3d260 100644 --- a/redbot/core/core_commands.py +++ b/redbot/core/core_commands.py @@ -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()