parent
46138c21f3
commit
192fa3c560
@ -1,3 +1,3 @@ |
||||
RocketChat.settings.addGroup 'RocketBot' |
||||
RocketChat.settings.add 'RocketBot_Enabled', true, { type: 'boolean', group: 'RocketBot', i18nLabel: 'rocketchat-hubot:RocketBot_Enabled' } |
||||
RocketChat.settings.add 'RocketBot_Name', 'Rocket.Cat', { type: 'string', group: 'RocketBot', i18nLabel: 'rocketchat-hubot:RocketBot_Name', i18nDescription: 'rocketchat-hubot:RocketBot_Name_Description' } |
||||
RocketChat.settings.add 'RocketBot_Enabled', true, { type: 'boolean', group: 'RocketBot' } |
||||
RocketChat.settings.add 'RocketBot_Name', 'Rocket.Cat', { type: 'string', group: 'RocketBot', i18nDescription: 'RocketBot_Name_Description' } |
||||
|
Loading…
Reference in new issue