mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 10:02:05 +02:00
Credit Command
This commit is contained in:
@@ -10,6 +10,12 @@ module.exports = class JishoCommand extends Command {
|
||||
group: 'search',
|
||||
memberName: 'jisho',
|
||||
description: 'Defines a word, but with Japanese.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Jisho',
|
||||
url: 'https://jisho.org/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'word',
|
||||
|
||||
Reference in New Issue
Block a user