mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 08:22:37 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -26,7 +26,6 @@ module.exports = class CursedSpongeCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'amount',
|
||||
prompt: 'How many times do you want to duplicate the cursed sponge?',
|
||||
type: 'integer',
|
||||
max: 100,
|
||||
min: 1
|
||||
|
||||
Reference in New Issue
Block a user