Rewrite to python

This commit is contained in:
2024-08-09 21:50:58 +02:00
parent 00c3886311
commit 1cdb486423
25 changed files with 961 additions and 4862 deletions

5
src/main.py Normal file
View File

@@ -0,0 +1,5 @@
from services.discord import start_discord_sevice
async def main():
await start_discord_sevice()