RocketChat/Rocket.Chat

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

Summary

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

slashCommands.add({
    command: 'archive',
    options: {
        description: 'Archive',
        params: '#channel',
        permission: 'archive-room',
    },
    providesPreview: false,
});