Google Translate, remove some aliases

This commit is contained in:
Daniel Odendahl Jr
2017-11-06 13:58:33 +00:00
parent a15ea3e499
commit 5e686f222f
9 changed files with 69 additions and 96 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ module.exports = class DictionaryCommand extends Command {
constructor(client) {
super(client, {
name: 'dictionary',
aliases: ['define', 'wordnik', 'define-wordnik', 'wordnik-define'],
aliases: ['define', 'wordnik', 'define-wordnik', 'wordnik-define', 'wordnik-dictionary'],
group: 'search',
memberName: 'dictionary',
description: 'Defines a word.',