/[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 314 by rakin, Mon Jul 29 17:29:30 2024 UTC
# Line 82  export default <CommandHelpData[]> [ Line 82  export default <CommandHelpData[]> [
82          legacyCommand: true          legacyCommand: true
83      },      },
84      {      {
85            name: 'avatarlookup',
86            shortBrief: "Lookup someone's avatar!",
87            description: "Lookup someone's avatar, using Google Image Search.\nThis command is a subcommand of the `/lookup` slash command.",
88            structure: "<UserID|Mention>",
89            example: "`%%avatarlookup 385753607325075320`\n`",
90            notes: null,
91            slashCommand: true,
92            legacyCommand: true
93        },
94        {
95          name: 'ban',          name: 'ban',
96          shortBrief: "Ban someone in this server.",          shortBrief: "Ban someone in this server.",
97          description: "Ban a user in this server.",          description: "Ban a user in this server.",
# Line 190  export default <CommandHelpData[]> [ Line 200  export default <CommandHelpData[]> [
200      },      },
201      {      {
202          name: 'emoji',          name: 'emoji',
203          shortBrief: "Get info about an emoji. Must be guild (server) specific emoji.",          shortBrief: "Get info about an emoji.",
204          description: null,          description: null,
205          structure: "<GuildEmoji|GuildEmojiName>",          structure: "<GuildEmojiID|GuildEmoji|GuildEmojiName|ExternalEmoji|ExternalEmojiID>",
206          example: "`%%emoji check`\n`%%emoji error`",          example: "`%%emoji check`\n`%%emoji error`",
207          notes: null,          notes: null,
208          slashCommand: false,          slashCommand: false,
# Line 229  export default <CommandHelpData[]> [ Line 239  export default <CommandHelpData[]> [
239          legacyCommand: true          legacyCommand: true
240      },      },
241      {      {
242            name: 'guildlookup',
243            shortBrief: "Lookup any Public Discord server/guild!",
244            description: "Lookup any Public Discord server/guild!\nThis command is a subcommand of the `/lookup` slash command.",
245            structure: "<UserID|Mention>",
246            example: "`%%guildlookup 385753607325075320`\n`",
247            notes: null,
248            slashCommand: true,
249            legacyCommand: true
250        },
251        {
252          name: 'hash',          name: 'hash',
253          shortBrief: "Generate a hash of the given text input.",          shortBrief: "Generate a hash of the given text input.",
254          description: null,          description: null,
# Line 322  export default <CommandHelpData[]> [ Line 342  export default <CommandHelpData[]> [
342          legacyCommand: true          legacyCommand: true
343      },      },
344      {      {
345            name: 'lookup',
346            shortBrief: "Lookup something.",
347            description: null,
348            structure: "[ChannelID|ChannelMention]",
349            subcommands: {
350                "user": "Lookup a user around Discord",
351                "guild": "Lookup a Public Discord Server"
352            },
353            example: "`/lookup user user:384624924565405777`",
354            notes: null,
355            slashCommand: true,
356            legacyCommand: false
357        },
358        {
359          name: 'massban',          name: 'massban',
360          shortBrief: 'Mass ban (multiple) users',          shortBrief: 'Mass ban (multiple) users',
361          description: null,          description: null,
# Line 556  export default <CommandHelpData[]> [ Line 590  export default <CommandHelpData[]> [
590          notes: null,          notes: null,
591          slashCommand: true,          slashCommand: true,
592          legacyCommand: true          legacyCommand: true
593        },
594        {
595            name: 'userlookup',
596            shortBrief: "Lookup any Discord user!",
597            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.",
598            structure: "<UserID|Mention>",
599            example: "`%%userlookup 385753607325075320`\n`",
600            notes: null,
601            slashCommand: true,
602            legacyCommand: true
603      },      },
604      {      {
605          name: 'warn',          name: 'warn',

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26