mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 14:18:36 +02:00
Auto-Aliases
This commit is contained in:
@@ -4,12 +4,12 @@ const eastereggs = require('./eastereggs');
|
||||
module.exports = class EasterEggCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'easteregg',
|
||||
name: 'easter-egg',
|
||||
aliases: [
|
||||
'tag'
|
||||
],
|
||||
group: 'random',
|
||||
memberName: 'easteregg',
|
||||
memberName: 'easter-egg',
|
||||
description: 'Can you discover all the easter eggs?',
|
||||
args: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user