Commit 85f1f114 authored by nanahira's avatar nanahira

fix example of card query with space

parent fcc1569f
......@@ -2,7 +2,7 @@ import { CommandLocaleDef } from 'koishi-thirdeye';
export const cardCommand: CommandLocaleDef = {
description: 'Search for YGOPro Cards.',
usage: 'Use {{commandName}} Card ID or Keywords to search for cards.',
examples: '{{commandName}} 10000\n{{commandName}} Cyber Dragon',
examples: "{{commandName}} 10000\n{{commandName}} 'Cyber Dragon'",
messages: {
'not-found': 'Card Not Found.',
'prompt-input': 'Please enter the card you want to search for.',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment