1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 21:02:38 +00:00

Fixed mistaken referencing

This commit is contained in:
Myned 2017-12-08 21:43:14 -05:00
parent cecb3a8af8
commit d41c7d0f06

View file

@ -69,7 +69,7 @@ async def test(ctx):
@bot.event
async def on_ready():
if not is_ready():
if not bot.is_ready():
from cogs import booru, info, management, owner, tools
for cog in (tools.Utils(bot), owner.Bot(bot), owner.Tools(bot), management.Administration(bot), info.Info(bot), booru.MsG(bot)):