mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 02:15:10 +02:00
Auto-Aliases
This commit is contained in:
@@ -4,12 +4,12 @@ const responses = ['Paper', 'Rock', 'Scissors'];
|
||||
module.exports = class RockPaperScissorsCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'rps',
|
||||
name: 'rock-paper-scissors',
|
||||
aliases: [
|
||||
'rockpaperscissors'
|
||||
'rps'
|
||||
],
|
||||
group: 'games',
|
||||
memberName: 'rps',
|
||||
memberName: 'rock-paper-scissors',
|
||||
description: 'Play Rock-Paper-Scissors.',
|
||||
args: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user