From ce2f360d186e58bbd927889f11b6eef88f94de9d Mon Sep 17 00:00:00 2001 From: Guilherme Gazzo Date: Tue, 28 Mar 2017 16:09:03 -0300 Subject: [PATCH] Update client.js --- packages/rocketchat-slashcommands-invite/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' });