diff --git a/Sources/update.swift b/Sources/update.swift index 82fa6a8..b2c8860 100644 --- a/Sources/update.swift +++ b/Sources/update.swift @@ -118,7 +118,7 @@ func prepareUpdate(_ listener: ChatListener, _ rooms: [ChatRoom], isAuto: Bool = } isUpdating = true - rooms.forEach {$0.postMessage("Installing update...")} + rooms.forEach {$0.postMessage("Installing update..."); sleep(1)} listener.stop(.update) return true }