/[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 27 by rakin, Mon Jul 29 17:28:16 2024 UTC revision 30 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.0",      version: "1.4.1",
7      commands: [      commands: [
8          {          {
9              name: 'addsnippet',              name: 'addsnippet',
# Line 14  module.exports = { Line 14  module.exports = {
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.",

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26