We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df764f7 commit 880dd6fCopy full SHA for 880dd6f
bot/cogs/config.py
@@ -38,9 +38,10 @@
38
from libs.utils.time import FriendlyTimeResult, UserFriendlyTime
39
40
if TYPE_CHECKING:
41
- from cogs.tickets import Tickets
42
from rodhaj import Rodhaj
43
+ from cogs.tickets import Tickets
44
+
45
46
UNKNOWN_ERROR_MESSAGE = (
47
"An unknown error happened. Please contact the dev team for assistance"
0 commit comments