Use official artwork for Pokedex rather than sprites

This commit is contained in:
Dragon Fire
2020-11-08 17:45:37 -05:00
parent e08c9f8310
commit dfcda099ee
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "119.39.4",
"version": "119.39.5",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {
+1 -1
View File
@@ -52,7 +52,7 @@ module.exports = class Pokemon {
get spriteImageURL() {
if (this.missingno) return missingno.sprite;
return `https://www.serebii.net/swordshield/pokemon/${this.displayID}.png`;
return `https://serebii.net/pokemon/art/${this.displayID}.png`;
}
get boxImageURL() {