From b1cd3cdc48f0894bd4126b5c4a5d70ea54dd6bf7 Mon Sep 17 00:00:00 2001 From: Raiden Sakura Date: Sun, 23 Jul 2023 23:41:02 +0800 Subject: [PATCH] Format with black --- cogs/plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/plugins.py b/cogs/plugins.py index 2022ec322e..d6bc69e2d1 100644 --- a/cogs/plugins.py +++ b/cogs/plugins.py @@ -303,7 +303,7 @@ async def parse_user_input(self, ctx, plugin_name, check_version=False): if self.bot.config.get("registry_plugins_only"): embed = discord.Embed( description="This plugin is not in the registry. To install this plugin, " - "you must set `REGISTRY_PLUGINS_ONLY=no` or remove this key in your .env file.", + "you must set `REGISTRY_PLUGINS_ONLY=no` or remove this key in your .env file.", color=self.bot.error_color, ) await ctx.send(embed=embed)