mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-10 01:08:07 +01:00
fix(mdn): emoji usage
This commit is contained in:
parent
f051c142b0
commit
45b9a027d5
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ export default {
|
||||||
.replaceAll(boldCodeBlockRegex, `**\`$1\``);
|
.replaceAll(boldCodeBlockRegex, `**\`$1\``);
|
||||||
|
|
||||||
const parts = [
|
const parts = [
|
||||||
`<:${MDN_DISCORD_EMOJI}:> __**[${escape(hit.title)}](<${url}>)**__`,
|
`<:${MDN_DISCORD_EMOJI}> __**[${escape(hit.title)}](<${url}>)**__`,
|
||||||
intro,
|
intro,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue