mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 15:56:52 +02:00
Fix
This commit is contained in:
@@ -26,8 +26,7 @@ module.exports = class YuGiOhCommand extends Command {
|
||||
{
|
||||
key: 'card',
|
||||
prompt: 'What card would you like to get information on?',
|
||||
type: 'string',
|
||||
parse: card => encodeURIComponent(card)
|
||||
type: 'string'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user