mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 22:34:46 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -21,13 +21,11 @@ module.exports = class GoogleDoodleCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'month',
|
||||
prompt: 'What month would you like to get doodles for?',
|
||||
type: 'month',
|
||||
default: 'latest'
|
||||
},
|
||||
{
|
||||
key: 'year',
|
||||
prompt: 'What year would you like to get doodles for?',
|
||||
type: 'integer',
|
||||
default: ''
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user