mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 18:05:01 +02:00
Add credit for box sprite sheet
This commit is contained in:
@@ -45,6 +45,12 @@ module.exports = class PokedexBoxSpriteCommand extends Command {
|
|||||||
name: 'Serebii.net',
|
name: 'Serebii.net',
|
||||||
url: 'https://www.serebii.net/index2.shtml',
|
url: 'https://www.serebii.net/index2.shtml',
|
||||||
reason: 'Images'
|
reason: 'Images'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Pokémon Showdown',
|
||||||
|
url: 'https://play.pokemonshowdown.com/',
|
||||||
|
reason: 'Box Sprite Sheet',
|
||||||
|
reasonURL: 'https://play.pokemonshowdown.com/sprites/'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
args: [
|
args: [
|
||||||
|
|||||||
@@ -36,6 +36,12 @@ module.exports = class PokedexLocationCommand extends Command {
|
|||||||
name: 'Serebii.net',
|
name: 'Serebii.net',
|
||||||
url: 'https://www.serebii.net/index2.shtml',
|
url: 'https://www.serebii.net/index2.shtml',
|
||||||
reason: 'Images'
|
reason: 'Images'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Pokémon Showdown',
|
||||||
|
url: 'https://play.pokemonshowdown.com/',
|
||||||
|
reason: 'Box Sprite Sheet',
|
||||||
|
reasonURL: 'https://play.pokemonshowdown.com/sprites/'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
args: [
|
args: [
|
||||||
|
|||||||
@@ -41,6 +41,12 @@ module.exports = class PokedexMovesetCommand extends Command {
|
|||||||
name: 'Serebii.net',
|
name: 'Serebii.net',
|
||||||
url: 'https://www.serebii.net/index2.shtml',
|
url: 'https://www.serebii.net/index2.shtml',
|
||||||
reason: 'Images'
|
reason: 'Images'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Pokémon Showdown',
|
||||||
|
url: 'https://play.pokemonshowdown.com/',
|
||||||
|
reason: 'Box Sprite Sheet',
|
||||||
|
reasonURL: 'https://play.pokemonshowdown.com/sprites/'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
args: [
|
args: [
|
||||||
|
|||||||
@@ -27,6 +27,12 @@ module.exports = class PokedexCommand extends Command {
|
|||||||
name: 'Serebii.net',
|
name: 'Serebii.net',
|
||||||
url: 'https://www.serebii.net/index2.shtml',
|
url: 'https://www.serebii.net/index2.shtml',
|
||||||
reason: 'Images'
|
reason: 'Images'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Pokémon Showdown',
|
||||||
|
url: 'https://play.pokemonshowdown.com/',
|
||||||
|
reason: 'Box Sprite Sheet',
|
||||||
|
reasonURL: 'https://play.pokemonshowdown.com/sprites/'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
args: [
|
args: [
|
||||||
|
|||||||
@@ -58,6 +58,12 @@ module.exports = class PokedexCommand extends Command {
|
|||||||
url: 'https://play.pokemonshowdown.com/',
|
url: 'https://play.pokemonshowdown.com/',
|
||||||
reason: 'Cry Sound Effects (Meltan and Melmetal, Legends: Arceus)',
|
reason: 'Cry Sound Effects (Meltan and Melmetal, Legends: Arceus)',
|
||||||
reasonURL: 'https://play.pokemonshowdown.com/audio/cries/'
|
reasonURL: 'https://play.pokemonshowdown.com/audio/cries/'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Pokémon Showdown',
|
||||||
|
url: 'https://play.pokemonshowdown.com/',
|
||||||
|
reason: 'Box Sprite Sheet',
|
||||||
|
reasonURL: 'https://play.pokemonshowdown.com/sprites/'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
args: [
|
args: [
|
||||||
|
|||||||
@@ -42,6 +42,12 @@ module.exports = class SmogonCommand extends Command {
|
|||||||
name: 'Smogon',
|
name: 'Smogon',
|
||||||
url: 'https://www.smogon.com/',
|
url: 'https://www.smogon.com/',
|
||||||
reason: 'Tier Data'
|
reason: 'Tier Data'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Pokémon Showdown',
|
||||||
|
url: 'https://play.pokemonshowdown.com/',
|
||||||
|
reason: 'Box Sprite Sheet',
|
||||||
|
reasonURL: 'https://play.pokemonshowdown.com/sprites/'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
args: [
|
args: [
|
||||||
|
|||||||
Reference in New Issue
Block a user