mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 14:18:36 +02:00
Remove useless aliases, bug fixes
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = class DrawCardsCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'draw-cards',
|
||||
aliases: ['card-hand', 'draw-hand'],
|
||||
aliases: ['draw-hand'],
|
||||
group: 'random',
|
||||
memberName: 'draw-cards',
|
||||
description: 'Draws a random hand of playing cards.',
|
||||
|
||||
Reference in New Issue
Block a user