Skip to content

Commit

Permalink
Disable discord.py internal logging
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjacksn committed Sep 24, 2024
1 parent f566ffb commit fe41c7b
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 @@ -56,4 +56,4 @@ def main():
bot.config.set('discord:token', 'TOKEN')
logging.critical(f'Before you can run for the first time, edit {config_file} and set discord:token')
else:
bot.run(token)
bot.run(token, log_handler=None)

0 comments on commit fe41c7b

Please sign in to comment.