mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
chore: add default value for no-op button_groups option to stop TS from complaining
This commit is contained in:
parent
ef78fbc065
commit
8445c37f64
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ const defaultOptions: PluginOptions<ReactionRolesPluginType> = {
|
|||
remove_user_reactions: true,
|
||||
|
||||
can_manage: false,
|
||||
|
||||
button_groups: null,
|
||||
},
|
||||
|
||||
overrides: [
|
||||
|
|
Loading…
Add table
Reference in a new issue