mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
ReactionRoles: enable auto refresh by default
This commit is contained in:
parent
d460bed4a9
commit
b48d39fe09
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ export class ReactionRolesPlugin extends ZeppelinPlugin<TConfigSchema> {
|
|||
getDefaultOptions(): IPluginOptions<TConfigSchema> {
|
||||
return {
|
||||
config: {
|
||||
auto_refresh_interval: null,
|
||||
auto_refresh_interval: MIN_AUTO_REFRESH,
|
||||
|
||||
can_manage: false,
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue