mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 21:40:49 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -12,7 +12,6 @@ module.exports = class RomanCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'number',
|
||||
prompt: 'What number would you like to convert to roman numerals?',
|
||||
type: 'integer',
|
||||
min: -3999999,
|
||||
max: 3999999
|
||||
|
||||
Reference in New Issue
Block a user