Add some aliases

This commit is contained in:
Dragon Fire
2021-02-20 11:27:13 -05:00
parent 4a2c294947
commit 1568575008
+1 -1
View File
@@ -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.',