mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 18:05:01 +02:00
Auto-Aliases
This commit is contained in:
@@ -5,9 +5,9 @@ const request = require('superagent');
|
||||
module.exports = class BotSearchCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'botinfo',
|
||||
name: 'bot-info',
|
||||
group: 'search',
|
||||
memberName: 'botinfo',
|
||||
memberName: 'bot-info',
|
||||
description: 'Searches Discord Bots for info on a bot.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ module.exports = class DiscrimCommand extends Command {
|
||||
name: 'discrim',
|
||||
aliases: [
|
||||
'discriminator',
|
||||
'searchdiscrim'
|
||||
'search-discrim'
|
||||
],
|
||||
group: 'search',
|
||||
memberName: 'discrim',
|
||||
|
||||
@@ -5,9 +5,9 @@ const request = require('superagent');
|
||||
module.exports = class YuGiOhCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'yugioh',
|
||||
name: 'yu-gi-oh',
|
||||
group: 'search',
|
||||
memberName: 'yugioh',
|
||||
memberName: 'yu-gi-oh',
|
||||
description: 'Gets info on a Yu-Gi-Oh! Card.',
|
||||
args: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user