mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 06:42:51 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -19,7 +19,6 @@ module.exports = class RouletteCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'space',
|
||||
prompt: 'What space do you want to bet on?',
|
||||
type: 'string',
|
||||
validate: space => {
|
||||
if (numbers.includes(Number.parseInt(space, 10))) return true;
|
||||
|
||||
Reference in New Issue
Block a user