From 53b23e1e9b5aae0546a171f91f0a34076cb092fc Mon Sep 17 00:00:00 2001 From: Ske Date: Mon, 10 Dec 2018 20:22:19 +0100 Subject: [PATCH] In which I ruin everyone's day by fucking up import resolution --- src/pluralkit/bot/commands/misc_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pluralkit/bot/commands/misc_commands.py b/src/pluralkit/bot/commands/misc_commands.py index e8bd7a33..bdbe1420 100644 --- a/src/pluralkit/bot/commands/misc_commands.py +++ b/src/pluralkit/bot/commands/misc_commands.py @@ -3,9 +3,9 @@ import json import os from discord.utils import oauth_url -from bot.embeds import help_footer_embed from pluralkit.bot import help from pluralkit.bot.commands import * +from pluralkit.bot.embeds import help_footer_embed async def help_root(ctx: CommandContext):