mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 07:05:36 +01:00
6 lines
103 B
Python
6 lines
103 B
Python
from services.discord import start_discord_sevice
|
|
|
|
|
|
async def main():
|
|
await start_discord_sevice()
|