diff --git a/packages/rocketchat-slashcommands-invite/client.js b/packages/rocketchat-slashcommands-invite/client.js index bcc7e84d5d0..c5440a78d06 100644 --- a/packages/rocketchat-slashcommands-invite/client.js +++ b/packages/rocketchat-slashcommands-invite/client.js @@ -1,4 +1,4 @@ -RocketChat.slashCommands.add('invite', null, { +RocketChat.slashCommands.add('invite', undefined, { description: 'Invite_user_to_join_channel', params: '@username' });