mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 07:05:36 +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():
|
async def start_synchronizer():
|
||||||
|
await sleep(5)
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
for streamer in config.STREAMERS:
|
for streamer in config.STREAMERS:
|
||||||
|
|||||||
Reference in New Issue
Block a user