mirror of
https://github.com/myned/modufur.git
synced 2024-12-25 06:37:29 +00:00
Merge branch 'dev'
This commit is contained in:
commit
80ca040efe
1 changed files with 1 additions and 1 deletions
|
@ -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)):
|
||||
|
|
Loading…
Reference in a new issue