mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 15:57:54 +02:00
Credit Command
This commit is contained in:
@@ -9,6 +9,12 @@ module.exports = class HttpCatCommand extends Command {
|
||||
memberName: 'http-cat',
|
||||
description: 'Responds with a cat for an HTTP status code.',
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'HTTP Cats',
|
||||
url: 'https://http.cat/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'code',
|
||||
|
||||
Reference in New Issue
Block a user