Missed types -> models
This commit is contained in:
parent
a2dba0d437
commit
6286f59abe
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ from discord.ext import commands
|
|||
from discord_slash import SlashContext, cog_ext
|
||||
from discord_slash.utils.manage_commands import create_option
|
||||
|
||||
from jarvis.db.types import Autopurge, Purge
|
||||
from jarvis.db.models import Autopurge, Purge
|
||||
from jarvis.utils.permissions import admin_or_permissions
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue