Auto-Aliases

This commit is contained in:
Daniel Odendahl Jr
2017-05-07 17:34:59 +00:00
parent 0a1bc41b26
commit 52e299b1b4
44 changed files with 83 additions and 89 deletions
+2 -2
View File
@@ -4,9 +4,9 @@ const { stripIndent } = require('common-tags');
module.exports = class CowsayCommand extends Command {
constructor(client) {
super(client, {
name: 'cowsay',
name: 'cow-say',
group: 'textedit',
memberName: 'cowsay',
memberName: 'cow-say',
description: 'Converts text to cowsay.',
args: [
{
+2 -2
View File
@@ -5,12 +5,12 @@ const dictionary = require('./udmappings');
module.exports = class UpsideDownCommand extends Command {
constructor(client) {
super(client, {
name: 'upsidedown',
name: 'upside-down',
aliases: [
'udown'
],
group: 'textedit',
memberName: 'upsidedown',
memberName: 'upside-down',
description: 'Flips text upside-down.',
args: [
{
+1 -1
View File
@@ -7,7 +7,7 @@ module.exports = class WebhookCommand extends Command {
name: 'webhook',
aliases: [
'rin',
'rinsay'
'rin-say'
],
group: 'textedit',
memberName: 'webhook',