mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 18:05:01 +02:00
Add some aliases
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports = class FontCommand extends Command {
|
|||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'font',
|
name: 'font',
|
||||||
aliases: ['font-test'],
|
aliases: ['font-test', 'text-image', 'txt-img', 'text-img', 'txt-image'],
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'font',
|
memberName: 'font',
|
||||||
description: 'Types text in a specific font.',
|
description: 'Types text in a specific font.',
|
||||||
|
|||||||
Reference in New Issue
Block a user