/[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 26 by rakin, Mon Jul 29 17:28:16 2024 UTC revision 35 by rakin, Mon Jul 29 17:28:18 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.3.0-beta",      version: "1.6.2",
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.",
# Line 241  module.exports = { Line 249  module.exports = {
249              notes: null              notes: null
250          },          },
251          {          {
252                name: 'send',
253                shortBrief: "Send a DM to a user.",
254                description: null,
255                structure: "<UserID|Mention> <content>",
256                example: "`%%send 278358918549759428 Hello world`\n`%%send @Someone Hello world`",
257                notes: null
258            },
259            {
260              name: 'spamfilter',              name: 'spamfilter',
261              shortBrief: "Change the spam filter configuration keys.",              shortBrief: "Change the spam filter configuration keys.",
262              description: null,              description: null,
# Line 249  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.26  
changed lines
  Added in v.35

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26