WIP: Refactor Aurora (3.0.0) #29

Draft
cswimr wants to merge 347 commits from aurora-pydantic into main
Showing only changes of commit 9726b1423c - Show all commits

View file

@ -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