aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/game.py
diff options
context:
space:
mode:
authorGravatar ToxicKidz <[email protected]>2021-03-12 20:01:24 -0500
committerGravatar ToxicKidz <[email protected]>2021-03-12 20:01:24 -0500
commitccf7d118eb2dea996b10bf0a4cfca977c452f636 (patch)
treec5e93c250b8b1a10f915042b5f5a8a284d1f274c /bot/exts/evergreen/game.py
parentmake utility invoke_help_command function (diff)
Make flake8 happy.
Diffstat (limited to 'bot/exts/evergreen/game.py')
-rw-r--r--bot/exts/evergreen/game.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/game.py b/bot/exts/evergreen/game.py
index ab4cae77..a6bfecaa 100644
--- a/bot/exts/evergreen/game.py
+++ b/bot/exts/evergreen/game.py
@@ -15,8 +15,8 @@ from discord.ext.commands import Cog, Context, group
from bot.bot import Bot
from bot.constants import STAFF_ROLES, Tokens
from bot.utils.decorators import with_role
-from bot.utils.pagination import ImagePaginator, LinePaginator
from bot.utils.extensions import invoke_help_command
+from bot.utils.pagination import ImagePaginator, LinePaginator
# Base URL of IGDB API
BASE_URL = "https://api.igdb.com/v4"