diff --git a/backend/src/plugins/ReactionRoles/ReactionRolesPlugin.ts b/backend/src/plugins/ReactionRoles/ReactionRolesPlugin.ts index 5690cd07..076e13ed 100644 --- a/backend/src/plugins/ReactionRoles/ReactionRolesPlugin.ts +++ b/backend/src/plugins/ReactionRoles/ReactionRolesPlugin.ts @@ -141,11 +141,11 @@ export const ReactionRolesPlugin = zeppelinGuildPlugin( }, afterLoad(pluginData) { - let autoRefreshInterval = pluginData.config.get().auto_refresh_interval; - if (autoRefreshInterval != null) { - autoRefreshInterval = Math.max(MIN_AUTO_REFRESH, autoRefreshInterval); - autoRefreshLoop(pluginData, autoRefreshInterval); - } + // let autoRefreshInterval = pluginData.config.get().auto_refresh_interval; + // if (autoRefreshInterval != null) { + // autoRefreshInterval = Math.max(MIN_AUTO_REFRESH, autoRefreshInterval); + // autoRefreshLoop(pluginData, autoRefreshInterval); + // } }, beforeUnload(pluginData) {