Another tiny PR :awesome:

This commit is contained in:
Drapersniper
2020-06-23 11:46:50 +01:00
parent 5417d871c6
commit 8f5118d257
59 changed files with 4089 additions and 18 deletions

View File

@@ -1,3 +1,2 @@
from . import constants as constants
from . import events as events
from . import overwrites as overwrites

View File

@@ -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",
}

View File

@@ -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__ = [