Skip to content

Commit 62b0d0f

Browse files
committed
Add emojis to pb
1 parent 4e3d857 commit 62b0d0f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/commands/misc/paimonsbargains.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default class PaimonsBargains extends Command {
3737
let bargains = "**Paimon's Bargains**:\n"
3838
for (let i = 0; i < paimonsBargains.length; i++) {
3939
const shop = paimonsBargains[i]
40-
const shopStuff = `**${shop.weapon}** Series / ${shop.char.map(book => `**${book}**`).join(" / ")}`
40+
const shopStuff = `**${data.emoji(shop.weapon, true)}** Series / ${shop.char.map(char => `**${data.emoji(char, true)}**`).join(" / ")}`
4141

4242
if (currentMonths.some(mo => mo == i))
4343
bargains += `**\`${this.months[i]}\`**\`${this.months[i + 6]}\`: ${shopStuff}\n`

src/data/emojis.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,5 +493,8 @@
493493

494494
"Enhancement Ore": "<:Enhancement_Ore:829510685670113321>",
495495
"Fine Enhancement Ore": "<:Fine_Enhancement_Ore:829510685842866226>",
496-
"Mystic Enhancement Ore": "<:Mystic_Enhancement_Ore:829510686400053248>"
496+
"Mystic Enhancement Ore": "<:Mystic_Enhancement_Ore:829510686400053248>",
497+
498+
"Blackcliff": "<:Blackcliff:991275292930887780>",
499+
"Royal": "<:Royal:991275294642143292>"
497500
}

0 commit comments

Comments
 (0)