mirror of
https://github.com/kurbezz/discord-bot.git
synced 2026-03-04 06:30:49 +01:00
Rewrite to python
This commit is contained in:
5
src/main.py
Normal file
5
src/main.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from services.discord import start_discord_sevice
|
||||
|
||||
|
||||
async def main():
|
||||
await start_discord_sevice()
|
||||
Reference in New Issue
Block a user