In which I ruin everyone's day by fucking up import resolution

This commit is contained in:
Ske 2018-12-10 20:22:19 +01:00
parent 0aa370e549
commit 53b23e1e9b

View File

@ -3,9 +3,9 @@ import json
import os import os
from discord.utils import oauth_url from discord.utils import oauth_url
from bot.embeds import help_footer_embed
from pluralkit.bot import help from pluralkit.bot import help
from pluralkit.bot.commands import * from pluralkit.bot.commands import *
from pluralkit.bot.embeds import help_footer_embed
async def help_root(ctx: CommandContext): async def help_root(ctx: CommandContext):