small fix

This commit is contained in:
The Foxon 2023-07-01 05:43:19 +12:00
parent 5ef45db864
commit c93489a777

View File

@ -29,7 +29,7 @@ export default class ChatController {
return false
}
public async syncMessageWithDiscord() {
if (isSyncing) return
if (isSyncing) return true
isSyncing = true