mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 14:19:56 +02:00
These Too
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = class DiscriminatorCommand extends Command {
|
||||
name: 'discriminator',
|
||||
aliases: ['discrim', 'search-discrim', 'search-discriminator'],
|
||||
group: 'search',
|
||||
memberName: 'discrim',
|
||||
memberName: 'discriminator',
|
||||
description: 'Searches for other users with a certain discriminator.',
|
||||
clientPermissions: ['EMBED_LINKS'],
|
||||
args: [
|
||||
|
||||
@@ -9,7 +9,7 @@ module.exports = class StudioGhibliCommand extends Command {
|
||||
name: 'studio-ghibli',
|
||||
aliases: ['ghibli', 'ghibli-film', 'studio-ghibli-film'],
|
||||
group: 'search',
|
||||
memberName: 'ghibli',
|
||||
memberName: 'studio-ghibli',
|
||||
description: 'Searches Studio Ghibli films for your query.',
|
||||
clientPermissions: ['EMBED_LINKS'],
|
||||
args: [
|
||||
|
||||
@@ -7,7 +7,7 @@ module.exports = class UserInfoCommand extends Command {
|
||||
name: 'user-info',
|
||||
aliases: ['user', 'member', 'member-info'],
|
||||
group: 'user-info',
|
||||
memberName: 'user',
|
||||
memberName: 'user-info',
|
||||
description: 'Responds with detailed information on a user.',
|
||||
guildOnly: true,
|
||||
clientPermissions: ['EMBED_LINKS'],
|
||||
|
||||
Reference in New Issue
Block a user