We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a66306 commit b5103fcCopy full SHA for b5103fc
main.py
@@ -45,5 +45,5 @@ async def on_disconnect():
45
bot.load_extension('bot.context_menus')
46
bot.load_extension('bot.news_feed')
47
# bot.load_extension('bot.moderation') Turning off because it's not working
48
- # Start the bot
+ start_prometheus_server()
49
bot.run(DISCORD_TOKEN)
0 commit comments