Skip to content

Commit

Permalink
Update pokedex.js
Browse files Browse the repository at this point in the history
  • Loading branch information
biomagnet authored Oct 7, 2024
1 parent fe2aa43 commit 34f170e
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, as well as a toggle to swap between Lumi and vanilla BDSP to see the differences.\n\n 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.")
.setDescription("Check out our online Pokédex! Includes movesets, BSTs, types and wild held items, as well as a toggle to swap between Lumi and vanilla BDSP to see the differences.\n\nIts 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 34f170e

Please sign in to comment.