This commit is contained in:
Daniel Odendahl Jr
2017-09-26 14:09:05 +00:00
parent 55e615b5b4
commit da63a908e7
14 changed files with 228 additions and 103 deletions
+1 -1
View File
@@ -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.',
+1 -1
View File
@@ -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.',