mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 06:42:50 +02:00
Changes
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = class DefineCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'define',
|
||||
aliases: ['dictionary', 'wordnik'],
|
||||
aliases: ['dictionary', 'wordnik', 'define-wordnik'],
|
||||
group: 'search',
|
||||
memberName: 'define',
|
||||
description: 'Defines a word.',
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
const Command = require('../../structures/Command');
|
||||
const { stripIndents } = require('common-tags');
|
||||
|
||||
module.exports = class DiscrimCommand extends Command {
|
||||
module.exports = class DiscriminatorCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'discrim',
|
||||
aliases: ['discriminator', 'search-discrim', 'search-discriminator'],
|
||||
name: 'discriminator',
|
||||
aliases: ['discrim', 'search-discrim', 'search-discriminator'],
|
||||
group: 'search',
|
||||
memberName: 'discrim',
|
||||
description: 'Searches for other users with a certain discriminator.',
|
||||
@@ -2,11 +2,11 @@ const Command = require('../../structures/Command');
|
||||
const { MessageEmbed } = require('discord.js');
|
||||
const snekfetch = require('snekfetch');
|
||||
|
||||
module.exports = class JapaneseDictionaryCommand extends Command {
|
||||
module.exports = class JapaneseDefineCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'japanese-dictionary',
|
||||
aliases: ['japanese-define', 'define-japanese', 'define-jpn', 'jpn-define', 'jisho'],
|
||||
name: 'japanese-define',
|
||||
aliases: ['japanese-dictionary', 'define-japanese', 'define-jpn', 'jpn-define', 'jisho'],
|
||||
group: 'search',
|
||||
memberName: 'japanese-dictionary',
|
||||
description: 'Defines a word, but with Japanese.',
|
||||
@@ -6,7 +6,7 @@ module.exports = class MapCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'map',
|
||||
aliases: ['google-maps'],
|
||||
aliases: ['google-maps', 'google-map'],
|
||||
group: 'search',
|
||||
memberName: 'map',
|
||||
description: 'Responds with a map based upon your query.',
|
||||
|
||||
@@ -3,11 +3,11 @@ const { MessageEmbed } = require('discord.js');
|
||||
const snekfetch = require('snekfetch');
|
||||
const { shorten } = require('../../structures/Util');
|
||||
|
||||
module.exports = class GhibliCommand extends Command {
|
||||
module.exports = class StudioGhibliCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'ghibli',
|
||||
aliases: ['studio-ghibli', 'ghibli-film', 'studio-ghibli-film'],
|
||||
name: 'studio-ghibli',
|
||||
aliases: ['ghibli', 'ghibli-film', 'studio-ghibli-film'],
|
||||
group: 'search',
|
||||
memberName: 'ghibli',
|
||||
description: 'Searches Studio Ghibli films for your query.',
|
||||
Reference in New Issue
Block a user