mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 18:05:01 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -23,7 +23,6 @@ module.exports = class XKCDCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'query',
|
||||
prompt: 'Please enter either a specific comic number, today, or random.',
|
||||
type: 'string',
|
||||
default: 'today',
|
||||
validate: query => {
|
||||
|
||||
Reference in New Issue
Block a user