3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 07:35:02 +00:00

ReactionRoles: enable auto refresh by default

This commit is contained in:
Dragory 2019-07-21 21:20:57 +03:00
parent 40843d9134
commit a3327796bb

View file

@ -58,7 +58,7 @@ export class ReactionRolesPlugin extends ZeppelinPlugin<TConfigSchema> {
getDefaultOptions(): IPluginOptions<TConfigSchema> { getDefaultOptions(): IPluginOptions<TConfigSchema> {
return { return {
config: { config: {
auto_refresh_interval: null, auto_refresh_interval: MIN_AUTO_REFRESH,
can_manage: false, can_manage: false,
}, },