mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 01:57:54 +02:00
Add more aliases
This commit is contained in:
@@ -8,7 +8,17 @@ module.exports = class SpongebobTimeCardCommand extends Command {
|
|||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'spongebob-time-card',
|
name: 'spongebob-time-card',
|
||||||
aliases: ['time-card', 'sb-time-card', 'spongebob-card', 'sb-card', 'sponge-card', 'sponge-time-card'],
|
aliases: [
|
||||||
|
'time-card',
|
||||||
|
'sb-time-card',
|
||||||
|
'spongebob-card',
|
||||||
|
'sb-card',
|
||||||
|
'sponge-card',
|
||||||
|
'sponge-time-card',
|
||||||
|
'sb-time',
|
||||||
|
'spongebob-time',
|
||||||
|
'sponge-time'
|
||||||
|
],
|
||||||
group: 'edit-image-text',
|
group: 'edit-image-text',
|
||||||
memberName: 'spongebob-time-card',
|
memberName: 'spongebob-time-card',
|
||||||
description: 'Sends a Spongebob Time Card with the text of your choice.',
|
description: 'Sends a Spongebob Time Card with the text of your choice.',
|
||||||
|
|||||||
Reference in New Issue
Block a user