Update client.js

pull/6497/head
Guilherme Gazzo 9 years ago committed by GitHub
parent ed73e12426
commit ce2f360d18
  1. 2
      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'
});

Loading…
Cancel
Save