mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
Add sleep before start syncronize
This commit is contained in:
@@ -93,6 +93,8 @@ async def syncronize(twitch: TwitchConfig, discord_guild_id: int):
|
||||
|
||||
|
||||
async def start_synchronizer():
|
||||
await sleep(5)
|
||||
|
||||
while True:
|
||||
try:
|
||||
for streamer in config.STREAMERS:
|
||||
|
||||
Reference in New Issue
Block a user