mirror of
https://github.com/kurbezz/discord-bot.git
synced 2026-03-03 23:40:46 +01:00
Add twitch
This commit is contained in:
10
src/main.py
10
src/main.py
@@ -1,5 +1,11 @@
|
||||
from services.discord import start_discord_sevice
|
||||
from asyncio import gather
|
||||
|
||||
from services.discord import start_discord_sevice
|
||||
from services.twitch import start_twitch_service
|
||||
|
||||
async def main():
|
||||
await start_discord_sevice()
|
||||
print("Starting services...")
|
||||
await gather(
|
||||
start_discord_sevice(),
|
||||
start_twitch_service()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user