3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

fix: crash hotfix

This commit is contained in:
Dragory 2022-04-23 17:55:05 +03:00
parent b64611dd01
commit 5042d9997f
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -72,6 +72,6 @@ export const LocateUserPlugin = zeppelinGuildPlugin<LocateUserPluginType>()({
},
beforeUnload(pluginData) {
pluginData.state.unregisterGuildEventListener();
pluginData.state.unregisterGuildEventListener?.();
},
});