mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-12 20:32:35 -05:00
Another tiny PR :awesome:
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
from . import constants as constants
|
||||
from . import events as events
|
||||
from . import overwrites as overwrites
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
from __future__ import annotations
|
||||
|
||||
import typing
|
||||
|
||||
__all__ = ["REGION_AGGREGATION"]
|
||||
|
||||
REGION_AGGREGATION: typing.Dict[str, str] = {
|
||||
"dubai": "singapore",
|
||||
"amsterdam": "europe",
|
||||
"london": "europe",
|
||||
"frankfurt": "europe",
|
||||
"eu-central": "europe",
|
||||
"eu-west": "europe",
|
||||
}
|
||||
@@ -22,8 +22,7 @@ from discord.http import Route
|
||||
|
||||
from redbot.core import commands
|
||||
|
||||
from .. import regex
|
||||
from . import constants
|
||||
from .. import regex, constants
|
||||
from .events import QueueEnd
|
||||
|
||||
__all__ = [
|
||||
|
||||
Reference in New Issue
Block a user