discord bot dans l'interface web

This commit is contained in:
Kepka Ludovic
2025-08-09 11:40:12 +02:00
parent 7db8b1ff7b
commit 80b33219cf
2 changed files with 30 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
from webapp import webapp
from discordbot import client
if __name__ == '__main__':
webapp.run(debug=True)
webapp.run(debug=True)