mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 22:32:50 +02:00
Beep
This commit is contained in:
@@ -14,7 +14,7 @@ module.exports = class SpoopyLinkCommand extends Command {
|
|||||||
key: 'site',
|
key: 'site',
|
||||||
prompt: 'What site do you think is spoopy?',
|
prompt: 'What site do you think is spoopy?',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
parse: query => encodeURIComponent(query)
|
parse: site => encodeURIComponent(site)
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user