mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
chore: removed debug code
This commit is contained in:
parent
b7fcc46b29
commit
72454f8d11
@ -24,10 +24,8 @@ export const twemoji = {
|
||||
regex: `${Emoji}{2}|${Emoji}`,
|
||||
replace: function(__match: string, two: string, one: string) {
|
||||
const parsed = __match || two || one
|
||||
console.log(parsed)
|
||||
const emoj = Twemoji.parse(parsed, { folder: 'svg', ext: '.svg' })
|
||||
if(!emoj) return parsed
|
||||
console.log(emoj)
|
||||
return emoj
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user