added discord bot

This commit is contained in:
2026-01-07 17:22:56 +01:00
parent b32d7624c5
commit 6d21b232da
8 changed files with 666 additions and 4 deletions

2
run.py
View File

@@ -3,4 +3,4 @@ from app import create_app
app = create_app()
if __name__ == '__main__':
app.run(host='0.0.0.0', debug=True)
app.run(debug=True)