mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +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',
|
||||
url: 'https://www.serebii.net/index2.shtml',
|
||||
reason: 'Images'
|
||||
},
|
||||
{
|
||||
name: 'Pokémon Showdown',
|
||||
url: 'https://play.pokemonshowdown.com/',
|
||||
reason: 'Box Sprite Sheet',
|
||||
reasonURL: 'https://play.pokemonshowdown.com/sprites/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -36,6 +36,12 @@ module.exports = class PokedexLocationCommand extends Command {
|
||||
name: 'Serebii.net',
|
||||
url: 'https://www.serebii.net/index2.shtml',
|
||||
reason: 'Images'
|
||||
},
|
||||
{
|
||||
name: 'Pokémon Showdown',
|
||||
url: 'https://play.pokemonshowdown.com/',
|
||||
reason: 'Box Sprite Sheet',
|
||||
reasonURL: 'https://play.pokemonshowdown.com/sprites/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -41,6 +41,12 @@ module.exports = class PokedexMovesetCommand extends Command {
|
||||
name: 'Serebii.net',
|
||||
url: 'https://www.serebii.net/index2.shtml',
|
||||
reason: 'Images'
|
||||
},
|
||||
{
|
||||
name: 'Pokémon Showdown',
|
||||
url: 'https://play.pokemonshowdown.com/',
|
||||
reason: 'Box Sprite Sheet',
|
||||
reasonURL: 'https://play.pokemonshowdown.com/sprites/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -27,6 +27,12 @@ module.exports = class PokedexCommand extends Command {
|
||||
name: 'Serebii.net',
|
||||
url: 'https://www.serebii.net/index2.shtml',
|
||||
reason: 'Images'
|
||||
},
|
||||
{
|
||||
name: 'Pokémon Showdown',
|
||||
url: 'https://play.pokemonshowdown.com/',
|
||||
reason: 'Box Sprite Sheet',
|
||||
reasonURL: 'https://play.pokemonshowdown.com/sprites/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -58,6 +58,12 @@ module.exports = class PokedexCommand extends Command {
|
||||
url: 'https://play.pokemonshowdown.com/',
|
||||
reason: 'Cry Sound Effects (Meltan and Melmetal, Legends: Arceus)',
|
||||
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: [
|
||||
|
||||
@@ -42,6 +42,12 @@ module.exports = class SmogonCommand extends Command {
|
||||
name: 'Smogon',
|
||||
url: 'https://www.smogon.com/',
|
||||
reason: 'Tier Data'
|
||||
},
|
||||
{
|
||||
name: 'Pokémon Showdown',
|
||||
url: 'https://play.pokemonshowdown.com/',
|
||||
reason: 'Box Sprite Sheet',
|
||||
reasonURL: 'https://play.pokemonshowdown.com/sprites/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
Reference in New Issue
Block a user