mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 13:56:43 +02:00
Auto-Aliases
This commit is contained in:
@@ -6,9 +6,9 @@ const operations = ['+', '-', '*'];
|
||||
module.exports = class MathGameCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'mathgame',
|
||||
name: 'math-game',
|
||||
group: 'games',
|
||||
memberName: 'mathgame',
|
||||
memberName: 'math-game',
|
||||
description: 'See how fast you can answer a math problem in a given time limit.',
|
||||
args: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user