[fix] Remove gitlab imports
This commit is contained in:
parent
b81adf9ddd
commit
619cb6ffaa
1 changed files with 2 additions and 3 deletions
|
@ -2,11 +2,10 @@
|
||||||
|
|
||||||
from interactions import Client
|
from interactions import Client
|
||||||
|
|
||||||
from jarvis.cogs.unique import ctc2, dbrand, gl
|
from jarvis.cogs.unique import ctc2, dbrand
|
||||||
|
|
||||||
|
|
||||||
def setup(bot: Client) -> None:
|
def setup(bot: Client) -> None:
|
||||||
"""Add guild-specific cogs to JARVIS"""
|
"""Add guild-specific cogs to JARVIS"""
|
||||||
ctc2.setup(bot)
|
ctc2.setup(bot)
|
||||||
dbrand.setup(bot)
|
dbrand.setup(bot)
|
||||||
gl.setup(bot)
|
|
Loading…
Add table
Reference in a new issue