Skip to content

Commit

Permalink
Turn of automatic database migration
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjacksn committed Sep 24, 2024
1 parent 4e34f11 commit f566ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wormgas/wormgas.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def main():
intents.members = True
intents.message_content = True
bot = Wormgas(config_path=pathlib.Path(config_file).resolve(), command_prefix='!', pm_help=True, intents=intents)
bot.db.migrate()
# bot.db.migrate()
token = bot.config.get('discord:token')
if token in (None, 'TOKEN'):
bot.config.set('discord:token', 'TOKEN')
Expand Down

0 comments on commit f566ffb

Please sign in to comment.