fix(aurora): fixed a ModuleNotFoundError
being caused by a typo
This commit is contained in:
parent
9c345ed96b
commit
9726b1423c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,6 @@ from math import ceil
|
||||||
import discord
|
import discord
|
||||||
from dateutil.parser import ParserError, parse
|
from dateutil.parser import ParserError, parse
|
||||||
from discord.ext import tasks
|
from discord.ext import tasks
|
||||||
from menus.types import Types
|
|
||||||
from redbot.core import app_commands, commands, data_manager
|
from redbot.core import app_commands, commands, data_manager
|
||||||
from redbot.core.app_commands import Choice
|
from redbot.core.app_commands import Choice
|
||||||
from redbot.core.bot import Red
|
from redbot.core.bot import Red
|
||||||
|
@ -28,6 +27,7 @@ from .menus.addrole import Addrole
|
||||||
from .menus.guild import Guild
|
from .menus.guild import Guild
|
||||||
from .menus.immune import Immune
|
from .menus.immune import Immune
|
||||||
from .menus.overrides import Overrides
|
from .menus.overrides import Overrides
|
||||||
|
from .menus.types import Types
|
||||||
from .models.change import Change
|
from .models.change import Change
|
||||||
from .models.moderation import Moderation
|
from .models.moderation import Moderation
|
||||||
from .models.type import type_registry
|
from .models.type import type_registry
|
||||||
|
|
Loading…
Reference in a new issue