mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 10:19:11 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -12,7 +12,6 @@ module.exports = class PrimeCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'number',
|
||||
prompt: 'What number do you want to check?',
|
||||
type: 'integer',
|
||||
max: Number.MAX_SAFE_INTEGER
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user