misc(aurora): codebase cleanup
This commit is contained in:
parent
ac8cefd779
commit
7dfe94869c
11 changed files with 183 additions and 165 deletions
|
@ -8,7 +8,7 @@ from discord import ButtonStyle, Interaction, Message, ui
|
|||
from redbot.core import commands
|
||||
from redbot.core.utils.chat_formatting import box, warning
|
||||
|
||||
from aurora.models import Moderation
|
||||
from aurora.models.moderation import Moderation
|
||||
from aurora.utilities.database import connect, create_guild_table
|
||||
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ from discord import ButtonStyle, Interaction, Message, ui
|
|||
from redbot.core import commands
|
||||
from redbot.core.utils.chat_formatting import box, warning
|
||||
|
||||
from aurora.models import Change, Moderation
|
||||
from aurora.models.moderation import Change, Moderation
|
||||
from aurora.utilities.database import connect, create_guild_table
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue