3 |
const { escapeRegex } = require("../src/util"); |
const { escapeRegex } = require("../src/util"); |
4 |
|
|
5 |
module.exports = { |
module.exports = { |
6 |
version: "1.4.1", |
version: "1.5.1", |
7 |
commands: [ |
commands: [ |
8 |
{ |
{ |
9 |
name: 'addsnippet', |
name: 'addsnippet', |
265 |
notes: null |
notes: null |
266 |
}, |
}, |
267 |
{ |
{ |
268 |
|
name: 'stats', |
269 |
|
shortBrief: "Show the server stats.", |
270 |
|
description: null, |
271 |
|
structure: "", |
272 |
|
example: "`%%stats", |
273 |
|
notes: null |
274 |
|
}, |
275 |
|
{ |
276 |
name: 'unban', |
name: 'unban', |
277 |
shortBrief: "Unban a user from this server.", |
shortBrief: "Unban a user from this server.", |
278 |
description: null, |
description: null, |