RocketChat/Rocket.Chat

View on GitHub
apps/meteor/app/slashcommands-invite/client/client.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { slashCommands } from '../../utils/client/slashCommand';

slashCommands.add({
    command: 'invite',
    options: {
        description: 'Invite_user_to_join_channel',
        params: '@username',
        permission: 'add-user-to-joined-room',
    },
    providesPreview: false,
});