RocketChat/Rocket.Chat

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

Summary

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

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