/[sudobot]/trunk/src/utils/help.ts
ViewVC logotype

Diff of /trunk/src/utils/help.ts

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 30 by rakin, Mon Jul 29 17:28:17 2024 UTC revision 31 by rakin, Mon Jul 29 17:28:17 2024 UTC
# Line 3  const MessageEmbed = require("../src/Mes Line 3  const MessageEmbed = require("../src/Mes
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',
# Line 265  module.exports = { Line 265  module.exports = {
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,

Legend:
Removed from v.30  
changed lines
  Added in v.31

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26