/[sudobot]/trunk/commands/help.js
ViewVC logotype

Diff of /trunk/commands/help.js

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

revision 45 by rakin, Mon Jul 29 17:28:20 2024 UTC revision 47 by rakin, Mon Jul 29 17:28:21 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.8.0",      version: "1.9.0",
7      commands: [      commands: [
8          {          {
9                name: 'about',
10                shortBrief: "Show information about the bot.",
11                description: null,
12                structure: "",
13                example: "`%%about`",
14                notes: null
15            },
16            {
17                name: 'addqueue',
18                shortBrief: "Add a queue job.",
19                description: 'Adds a queued command to the bot\'s memory and after the given amount of time it gets executed.',
20                structure: "<time> <command>",
21                example: "`%%addqueue 15m echo Hello world`\n`%%addqueue 12h kick 875275828247255`",
22                notes: null
23            },
24            {
25              name: 'addsnippet',              name: 'addsnippet',
26              shortBrief: "Adds a snippet.",              shortBrief: "Adds a snippet.",
27              description: null,              description: null,
# Line 62  module.exports = { Line 78  module.exports = {
78              notes: null              notes: null
79          },          },
80          {          {
81                name: 'Delete a queue job.',
82                shortBrief: "Delete a queued command by its ID.",
83                description: null,
84                structure: "<QueueID>",
85                example: "`%%delqueue 80`",
86                notes: null
87            },
88            {
89              name: 'delsnippet',              name: 'delsnippet',
90              shortBrief: "Deletes a snippet.",              shortBrief: "Deletes a snippet.",
91              description: null,              description: null,

Legend:
Removed from v.45  
changed lines
  Added in v.47

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26