We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0875891 commit 62c72ffCopy full SHA for 62c72ff
bot/cogs/admin.py
@@ -10,7 +10,6 @@
10
from discord.ext import commands
11
from discord.ext.commands import Greedy
12
from libs.utils import RoboContext
13
-
14
from rodhaj import Rodhaj
15
16
GIT_PULL_REGEX = re.compile(r"\s+(?P<filename>.*)\b\s+\|\s+[\d]")
bot/cogs/tickets.py
@@ -20,7 +20,6 @@
20
21
if TYPE_CHECKING:
22
from libs.utils import GuildContext, RoboContext
23
24
25
26
bot/launcher.py
@@ -7,7 +7,6 @@
7
from aiohttp import ClientSession
8
from libs.utils import KeyboardInterruptHandler, RodhajLogger
9
from libs.utils.config import RodhajConfig
if os.name == "nt":
0 commit comments