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:
parent
40843d9134
commit
a3327796bb
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
Add a link
Reference in a new issue