/[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 279 by rakin, Mon Jul 29 17:29:20 2024 UTC revision 295 by rakin, Mon Jul 29 17:29:24 2024 UTC
# Line 229  export default <CommandHelpData[]> [ Line 229  export default <CommandHelpData[]> [
229          legacyCommand: true          legacyCommand: true
230      },      },
231      {      {
232            name: 'guildlookup',
233            shortBrief: "Lookup any Public Discord server/guild!",
234            description: "Lookup any Public Discord server/guild!\nThis command is a subcommand of the `/lookup` slash command.",
235            structure: "<UserID|Mention>",
236            example: "`%%guildlookup 385753607325075320`\n`",
237            notes: null,
238            slashCommand: true,
239            legacyCommand: true
240        },
241        {
242          name: 'hash',          name: 'hash',
243          shortBrief: "Generate a hash of the given text input.",          shortBrief: "Generate a hash of the given text input.",
244          description: null,          description: null,
# Line 322  export default <CommandHelpData[]> [ Line 332  export default <CommandHelpData[]> [
332          legacyCommand: true          legacyCommand: true
333      },      },
334      {      {
335            name: 'lookup',
336            shortBrief: "Lookup something.",
337            description: null,
338            structure: "[ChannelID|ChannelMention]",
339            subcommands: {
340                "user": "Lookup a user around Discord",
341                "guild": "Lookup a Public Discord Server"
342            },
343            example: "`/lookup user user:384624924565405777`",
344            notes: null,
345            slashCommand: true,
346            legacyCommand: false
347        },
348        {
349          name: 'massban',          name: 'massban',
350          shortBrief: 'Mass ban (multiple) users',          shortBrief: 'Mass ban (multiple) users',
351          description: null,          description: null,
# Line 556  export default <CommandHelpData[]> [ Line 580  export default <CommandHelpData[]> [
580          notes: null,          notes: null,
581          slashCommand: true,          slashCommand: true,
582          legacyCommand: true          legacyCommand: true
583        },
584        {
585            name: 'userlookup',
586            shortBrief: "Lookup any Discord user!",
587            description: "Lookup any Discord user! Doesn't matter if they are in the server or not.\nThis command is a subcommand of the `/lookup` slash command.",
588            structure: "<UserID|Mention>",
589            example: "`%%userlookup 385753607325075320`\n`",
590            notes: null,
591            slashCommand: true,
592            legacyCommand: true
593      },      },
594      {      {
595          name: 'warn',          name: 'warn',

Legend:
Removed from v.279  
changed lines
  Added in v.295

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26