mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 21:02:38 +00:00
Merge branch 'dev'
This commit is contained in:
commit
6727906ec5
1 changed files with 2 additions and 2 deletions
|
@ -72,9 +72,9 @@ async def on_ready():
|
||||||
if not checks.ready:
|
if not checks.ready:
|
||||||
# d.opus.load_opus('opuslib')
|
# d.opus.load_opus('opuslib')
|
||||||
|
|
||||||
from cogs import booru, info, management, music, owner, tools
|
from cogs import booru, info, management, owner, tools
|
||||||
|
|
||||||
for cog in (tools.Utils(bot), owner.Bot(bot), owner.Tools(bot), management.Administration(bot), music.Music(bot), info.Info(bot), booru.MsG(bot)):
|
for cog in (tools.Utils(bot), owner.Bot(bot), owner.Tools(bot), management.Administration(bot), info.Info(bot), booru.MsG(bot)):
|
||||||
bot.add_cog(cog)
|
bot.add_cog(cog)
|
||||||
print(f'COG : {type(cog).__name__}')
|
print(f'COG : {type(cog).__name__}')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue