Skip to content

Commit

Permalink
Update pokedex.js
Browse files Browse the repository at this point in the history
  • Loading branch information
biomagnet authored Apr 23, 2024
1 parent 19bdf12 commit 96a856e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion triggers/reactions/pokedex.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
})
.setTitle("Pokédex")
.setURL("https://luminescent.team/pokedex")
.setDescription("Check out our online Pokédex! Includes movesets, BSTs, types and wild held items. Its information is taken directly from the game files themselves, so everything will be 100% accurate to what is in game, even if the game itself contains errors.\n\nPlease note that it currently does not include Pokémon locations. We ask that you continue to use <#1139732466857418872> in the meanwhile.")
.setDescription("Check out our online Pokédex! Includes movesets, BSTs, types and wild held items. Its information is taken directly from the game files themselves, so everything will be 100% accurate to what is in game, even if the game itself contains errors.")
.setThumbnail("https://cdn.discordapp.com/attachments/1115345759496323173/1115682731884560485/gremlin.png");
message.channel.send({ embeds: [embed] });
},
Expand Down

0 comments on commit 96a856e

Please sign in to comment.