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