This commit is contained in:
Dragon Fire
2020-12-10 09:43:29 -05:00
parent e3d34b9992
commit 8102ab4e5f
+1 -1
View File
@@ -58,7 +58,7 @@ module.exports = class PokedexLocationCommand extends Command {
? data.encounters
.map(location => `${location.name} (${location.versions.map(v => versions[v]).join('/')})`)
.join('\n')
: 'Location Unknown'
: 'Location Unknown';
const embed = new MessageEmbed()
.setColor(0xED1C24)
.setAuthor(`#${data.displayID} - ${data.name}`, data.boxImageURL, data.serebiiURL)