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:
@@ -18,6 +18,28 @@ module.exports = class HatCommand extends Command {
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'ClipArtHut',
|
||||
url: 'http://www.cliparthut.com/'
|
||||
},
|
||||
{
|
||||
name: 'PNG Arts',
|
||||
url: 'https://www.pngarts.com/'
|
||||
},
|
||||
{
|
||||
name: 'misskatecuttables.com',
|
||||
url: 'https://www.misskatecuttables.com/'
|
||||
},
|
||||
{
|
||||
name: 'WorldArtsMe',
|
||||
url: 'http://worldartsme.com/'
|
||||
},
|
||||
{
|
||||
name: 'PinClipart',
|
||||
url: 'https://www.pinclipart.com/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'type',
|
||||
|
||||
Reference in New Issue
Block a user