mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 08:22:22 +02:00
Updates
This commit is contained in:
@@ -5,7 +5,7 @@ const types = {
|
||||
group: 'Group DM',
|
||||
text: 'Text Channel',
|
||||
voice: 'Voice Channel',
|
||||
category: 'Channel Category',
|
||||
category: 'Category',
|
||||
unknown: 'Unknown'
|
||||
};
|
||||
|
||||
@@ -15,7 +15,7 @@ module.exports = class ChannelInfoCommand extends Command {
|
||||
name: 'channel-info',
|
||||
aliases: ['channel'],
|
||||
group: 'info',
|
||||
memberName: 'channel-info',
|
||||
memberName: 'channel',
|
||||
description: 'Responds with detailed information on a channel.',
|
||||
guildOnly: true,
|
||||
clientPermissions: ['EMBED_LINKS'],
|
||||
|
||||
@@ -12,6 +12,7 @@ module.exports = class DiscriminatorCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'discrim',
|
||||
label: 'discriminator',
|
||||
prompt: 'Which discriminator would you like to search for?',
|
||||
type: 'string',
|
||||
default: '',
|
||||
|
||||
@@ -7,7 +7,7 @@ module.exports = class EmojiInfoCommand extends Command {
|
||||
name: 'emoji-info',
|
||||
aliases: ['emoji'],
|
||||
group: 'info',
|
||||
memberName: 'emoji-info',
|
||||
memberName: 'emoji',
|
||||
description: 'Responds with detailed information on an emoji.',
|
||||
guildOnly: true,
|
||||
clientPermissions: ['EMBED_LINKS'],
|
||||
|
||||
@@ -8,7 +8,7 @@ module.exports = class RoleInfoCommand extends Command {
|
||||
name: 'role-info',
|
||||
aliases: ['role'],
|
||||
group: 'info',
|
||||
memberName: 'role-info',
|
||||
memberName: 'role',
|
||||
description: 'Responds with detailed information on a role.',
|
||||
guildOnly: true,
|
||||
clientPermissions: ['EMBED_LINKS'],
|
||||
|
||||
@@ -9,7 +9,7 @@ module.exports = class ServerInfoCommand extends Command {
|
||||
name: 'server-info',
|
||||
aliases: ['guild', 'server', 'guild-info'],
|
||||
group: 'info',
|
||||
memberName: 'server-info',
|
||||
memberName: 'server',
|
||||
description: 'Responds with detailed information on the server.',
|
||||
guildOnly: true,
|
||||
clientPermissions: ['EMBED_LINKS']
|
||||
|
||||
@@ -7,7 +7,7 @@ module.exports = class UserInfoCommand extends Command {
|
||||
name: 'user-info',
|
||||
aliases: ['user', 'member', 'member-info'],
|
||||
group: 'info',
|
||||
memberName: 'user-info',
|
||||
memberName: 'user',
|
||||
description: 'Responds with detailed information on a user.',
|
||||
guildOnly: true,
|
||||
clientPermissions: ['EMBED_LINKS'],
|
||||
|
||||
Reference in New Issue
Block a user