Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LostLuma committed Nov 25, 2022
1 parent 6ce3153 commit 7c89a72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/init_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ async def main():

bot = Queuebot(command_prefix='q!', intents=intents, config=config, db=db, session=session)

await bot._async_setup_hook()
await bot.discover_exts('queuebot/cogs')

# imaginary login
Expand Down

0 comments on commit 7c89a72

Please sign in to comment.