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 23da68f commit d3ef4fdCopy full SHA for d3ef4fd
bot/bot.py
@@ -65,6 +65,6 @@ def start_prometheus_server():
65
print("Prometheus server started on port 8000")
66
67
if __name__ == '__main__':
68
- start_prometheus_server()
+
69
# Run the bot with the specified token
70
bot.run(DISCORD_TOKEN)
main.py
@@ -22,4 +22,5 @@ def run():
22
bot.load_extension('bot.news_feed')
23
# bot.load_extension('bot.moderation') Turning off because it's not working
24
# Start the bot
25
+ bot.start_prometheus_server()
26
0 commit comments