We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b24d6 commit cd7d01eCopy full SHA for cd7d01e
1 file changed
bot/exts/core/help.py
@@ -4,7 +4,7 @@
4
from contextlib import suppress
5
from typing import NamedTuple
6
7
-from discord import Colour, Embed, HTTPException, Message, Reaction, User, RawReactionActionEvent, NotFound
+from discord import Colour, Embed, HTTPException, Message, NotFound, RawReactionActionEvent, Reaction, User
8
from discord.ext import commands
9
from discord.ext.commands import CheckFailure, Cog as DiscordCog, Command, Context
10
from pydis_core.utils.logging import get_logger
0 commit comments