mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 14:21:41 +02:00
Credit Command
This commit is contained in:
@@ -8,6 +8,12 @@ module.exports = class SafebooruCommand extends Command {
|
||||
group: 'search',
|
||||
memberName: 'safebooru',
|
||||
description: 'Responds with an image from Safebooru, with optional query.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Safebooru',
|
||||
url: 'https://safebooru.org/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'query',
|
||||
|
||||
Reference in New Issue
Block a user