Merge pull request #68 from dalbodeule/develop

debug DiscordGuildCache (x2)
This commit is contained in:
JinU Choi 2024-08-14 17:13:32 +09:00 committed by GitHub
commit b241a0cf73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,7 +58,7 @@ object DiscordGuildCache {
) )
} }
lastGuildId = guilds.last().id lastGuildId = guilds.last().id
delay(300) delay(1000)
} }
} }
} }