3 |
const { escapeRegex } = require("../src/util"); |
const { escapeRegex } = require("../src/util"); |
4 |
|
|
5 |
module.exports = { |
module.exports = { |
6 |
version: "1.0.0-beta1", |
version: "1.1.0-beta", |
7 |
commands: [ |
commands: [ |
8 |
{ |
{ |
9 |
name: 'addsnippet', |
name: 'addsnippet', |
262 |
options: { |
options: { |
263 |
"--no-send": "Do not send a confirmation message to the locked channel", |
"--no-send": "Do not send a confirmation message to the locked channel", |
264 |
"--everyone": "Lock the channels for @everyone rather than the general role", |
"--everyone": "Lock the channels for @everyone rather than the general role", |
265 |
|
"--raid": "Unlock all Raid-locked channels" |
266 |
} |
} |
267 |
}, |
}, |
268 |
{ |
{ |