discord bot dans l'interface web

This commit is contained in:
Kepka Ludovic
2025-08-09 11:53:40 +02:00
parent 80b33219cf
commit c67a70acf8
2 changed files with 4 additions and 4 deletions

View File

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