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.", |
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, |