fix(aurora): fixed an issue in the galacticbot importer
This commit is contained in:
parent
2aadf5134d
commit
fcecfe8e88
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from redbot.core import commands
|
|||
from redbot.core.utils.chat_formatting import box, warning
|
||||
|
||||
from ..models.moderation import Change, Moderation
|
||||
from ..utilities.database import create_guild_table
|
||||
from ..utilities.utils import create_guild_table
|
||||
|
||||
|
||||
class ImportGalacticBotView(ui.View):
|
||||
|
|
Loading…
Reference in a new issue