/[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 27 by rakin, Mon Jul 29 17:28:16 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.4.0",
7      commands: [      commands: [
8          {          {
9              name: 'addsnippet',              name: 'addsnippet',
# Line 241  module.exports = { Line 241  module.exports = {
241              notes: null              notes: null
242          },          },
243          {          {
244                name: 'send',
245                shortBrief: "Send a DM to a user.",
246                description: null,
247                structure: "<UserID|Mention> <content>",
248                example: "`%%send 278358918549759428 Hello world`\n`%%send @Someone Hello world`",
249                notes: null
250            },
251            {
252              name: 'spamfilter',              name: 'spamfilter',
253              shortBrief: "Change the spam filter configuration keys.",              shortBrief: "Change the spam filter configuration keys.",
254              description: null,              description: null,

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26