mirror of
https://github.com/myned/modufur.git
synced 2024-12-24 14:27:27 +00:00
Temporary fix for callable exception
This commit is contained in:
parent
8d9967843e
commit
2741d893dc
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ async def on_ready():
|
||||||
for cog in (
|
for cog in (
|
||||||
tools.Utils(bot),
|
tools.Utils(bot),
|
||||||
owner.Bot(bot),
|
owner.Bot(bot),
|
||||||
owner.Tools(bot),
|
|
||||||
management.Admin(bot),
|
management.Admin(bot),
|
||||||
info.Info(bot),
|
info.Info(bot),
|
||||||
booru.MsG(bot)):
|
booru.MsG(bot)):
|
||||||
|
|
Loading…
Reference in a new issue