forgor to remove a console.log

This commit is contained in:
2025-11-09 18:41:19 -05:00
parent d5644d80f3
commit 87aad4df5c

View File

@@ -32,7 +32,6 @@ module.exports = {
)
const faction = await torn.faction.basic(KZNKing.faction.faction_id)
console.log(faction)
const facEmbed = new EmbedBuilder()
.setTitle(faction.name)
.setURL(`https://www.torn.com/factions.php?step=profile&ID=${faction.id}`)