Skip to content

Commit b5103fc

Browse files
committed
Add prometheus server func
1 parent 7a66306 commit b5103fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ async def on_disconnect():
4545
bot.load_extension('bot.context_menus')
4646
bot.load_extension('bot.news_feed')
4747
# bot.load_extension('bot.moderation') Turning off because it's not working
48-
# Start the bot
48+
start_prometheus_server()
4949
bot.run(DISCORD_TOKEN)

0 commit comments

Comments
 (0)