Skip to content

Commit

Permalink
Allow * in discord emoji alt texts
Browse files Browse the repository at this point in the history
Allows for #72
  • Loading branch information
mybearworld committed Mar 6, 2024
1 parent 646c69f commit 6b1ca80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/discordEmoji.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const DISCORD_REGEX = /<a?:(\w+):(\d+)>/;
export const DISCORD_REGEX = /<a?:([\w\*]+):(\d+)>/;

export const discordEmoji = [
"<:zed:1208625071766114364>",
Expand Down

0 comments on commit 6b1ca80

Please sign in to comment.