From 05dc80daf6b95a53d0d375e9414129e30ee619b7 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 28 Mar 2020 13:36:01 -0400 Subject: [PATCH] More aliases --- commands/meme-gen/bart-chalkboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/meme-gen/bart-chalkboard.js b/commands/meme-gen/bart-chalkboard.js index 9f73cee0..a3fc43bb 100644 --- a/commands/meme-gen/bart-chalkboard.js +++ b/commands/meme-gen/bart-chalkboard.js @@ -8,7 +8,7 @@ module.exports = class LisaPresentationCommand extends Command { constructor(client) { super(client, { name: 'bart-chalkboard', - aliases: ['bart'], + aliases: ['bart', 'bart-chalk', 'bart-board'], group: 'meme-gen', memberName: 'bart-chalkboard', description: 'Sends a "Bart Chalkboard" meme with the text of your choice.',