3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-31 13:15:02 +00:00

reaction_roles: add remove_user_reactions option

This commit is contained in:
Dragory 2020-08-30 00:49:44 +03:00
parent ba9c5db9ef
commit 9dc5b45f52
3 changed files with 13 additions and 8 deletions

View file

@ -16,6 +16,7 @@ const MIN_AUTO_REFRESH = 1000 * 60 * 15; // 15min minimum, let's not abuse the A
const defaultOptions: PluginOptions<ReactionRolesPluginType> = {
config: {
auto_refresh_interval: MIN_AUTO_REFRESH,
remove_user_reactions: true,
can_manage: false,
},