RocketChat/Rocket.Chat

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

Summary

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

slashCommands.add({
    command: 'hide',
    options: {
        description: 'Hide_room',
        params: '#room',
    },
});