diff --git a/evennia/server/portal/discord.py b/evennia/server/portal/discord.py index 018e957a79..284e126e59 100644 --- a/evennia/server/portal/discord.py +++ b/evennia/server/portal/discord.py @@ -87,6 +87,7 @@ class DiscordWebsocketServerFactory(WebSocketClientFactory, protocol.Reconnectin A customized websocket client factory that navigates the Discord gateway process. """ + initialDelay = 1 factor = 1.5 maxDelay = 60