From 1568575008ab3faa3cd5f93a730d3dfe05c36b63 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 20 Feb 2021 11:27:13 -0500 Subject: [PATCH] Add some aliases --- commands/edit-image/font.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-image/font.js b/commands/edit-image/font.js index 545e0ace..c3c292a7 100644 --- a/commands/edit-image/font.js +++ b/commands/edit-image/font.js @@ -6,7 +6,7 @@ module.exports = class FontCommand extends Command { constructor(client) { super(client, { name: 'font', - aliases: ['font-test'], + aliases: ['font-test', 'text-image', 'txt-img', 'text-img', 'txt-image'], group: 'edit-image', memberName: 'font', description: 'Types text in a specific font.',