RocketChat/Rocket.Chat

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

Summary

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

slashCommands.add({
    command: 'create',
    options: {
        description: 'Create_A_New_Channel',
        params: '#channel',
        permission: ['create-c', 'create-p'],
    },
    providesPreview: false,
});