Skip to content

Commit

Permalink
run convert
Browse files Browse the repository at this point in the history
  • Loading branch information
greeeen-dev committed Sep 18, 2024
1 parent 6d82993 commit 1a680c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions microfier.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,8 @@ async def on_ready():
logger.debug(f'Pinging servers every {round(config["ping"])} seconds')
elif config['ping'] <= 0:
logger.debug(f'Periodic pinging disabled')
logger.debug('Restructuring room data...')
await convert_1()
logger.info('Unifier is ready!')

@bot.event
Expand Down

0 comments on commit 1a680c0

Please sign in to comment.