This commit is contained in:
2024-12-04 17:39:12 +01:00
parent 015ad2510a
commit 2b85ca3008

View File

@@ -81,6 +81,8 @@ async def edit_events(
async def syncronize(twitch: TwitchConfig, discord_guild_id: int): async def syncronize(twitch: TwitchConfig, discord_guild_id: int):
logger.info(f"Syncronizing events for {twitch.name}")
twitch_events = await get_twitch_events(str(twitch.id)) twitch_events = await get_twitch_events(str(twitch.id))
discord_events = await get_discord_events(discord_guild_id) discord_events = await get_discord_events(discord_guild_id)