mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 10:19:11 +02:00
Credit Command
This commit is contained in:
@@ -10,6 +10,12 @@ module.exports = class WikihowCommand extends Command {
|
||||
group: 'search',
|
||||
memberName: 'wikihow',
|
||||
description: 'Searches Wikihow for your query.',
|
||||
credit: [
|
||||
{
|
||||
name: 'wikiHow',
|
||||
url: 'https://www.wikihow.com/Main-Page'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'query',
|
||||
|
||||
Reference in New Issue
Block a user