mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
Add logs
This commit is contained in:
@@ -81,6 +81,8 @@ async def edit_events(
|
||||
|
||||
|
||||
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))
|
||||
discord_events = await get_discord_events(discord_guild_id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user