3 |
const { escapeRegex } = require("../src/util"); |
const { escapeRegex } = require("../src/util"); |
4 |
|
|
5 |
module.exports = { |
module.exports = { |
6 |
version: "1.4.0", |
version: "1.4.1", |
7 |
commands: [ |
commands: [ |
8 |
{ |
{ |
9 |
name: 'addsnippet', |
name: 'addsnippet', |
14 |
notes: null |
notes: null |
15 |
}, |
}, |
16 |
{ |
{ |
17 |
|
name: 'afk', |
18 |
|
shortBrief: "Keeps track of your mentions and tells other users that you're AFK.", |
19 |
|
description: null, |
20 |
|
structure: "[Reason]", |
21 |
|
example: "`%%afk`\n`%%afk Having dinner`", |
22 |
|
notes: null |
23 |
|
}, |
24 |
|
{ |
25 |
name: 'announce', |
name: 'announce', |
26 |
shortBrief: "Announce something in the given channel.", |
shortBrief: "Announce something in the given channel.", |
27 |
description: "Announce something in the given channel. The channel should be set in the configuration.", |
description: "Announce something in the given channel. The channel should be set in the configuration.", |