/[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 564 by rakin, Mon Jul 29 17:30:24 2024 UTC revision 565 by rakin, Mon Jul 29 17:30:51 2024 UTC
# Line 458  export default <CommandHelpData[]> [ Line 458  export default <CommandHelpData[]> [
458          legacyCommand: true          legacyCommand: true
459      },      },
460      {      {
461            name: "private",
462            shortBrief: "Create a private channel for the specified users, including the command executor.",
463            description: null,
464            structure: '<...UserIDs|UserTags|UserMentions> [CategoryChannel]',
465            example: '`%%private 2936398373737283`\n`%%private @Someone`',
466            notes: null,
467            slashCommand: true,
468            legacyCommand: true
469        }
470        {
471          name: 'profile',          name: 'profile',
472          shortBrief: 'Show the server profile.',          shortBrief: 'Show the server profile.',
473          description: null,          description: null,
# Line 665  export default <CommandHelpData[]> [ Line 675  export default <CommandHelpData[]> [
675              "--preview": "Preview the welcome message embed.",              "--preview": "Preview the welcome message embed.",
676          }          }
677      },      },
 ]  
678    ]

Legend:
Removed from v.564  
changed lines
  Added in v.565

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26