mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Overhaul how credit works, change lots of images
This commit is contained in:
@@ -15,11 +15,13 @@ module.exports = class NeopetsItemCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Neopets',
|
||||
url: 'http://www.neopets.com/'
|
||||
url: 'http://www.neopets.com/',
|
||||
reason: 'Original Game'
|
||||
},
|
||||
{
|
||||
name: 'JellyNeo Item Database',
|
||||
url: 'https://items.jellyneo.net/'
|
||||
url: 'https://items.jellyneo.net/',
|
||||
reason: 'Item Data'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
Reference in New Issue
Block a user