-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
Description
Which package is this bug report for?
formatters
Issue
import { escapeMarkdown } from "@discordjs/formatters"
console.log(escapeMarkdown("https://google.com/*"))
// Currently logs https://google.com/\* (will be formatted by Discord into https://google.com//*)
// Should log https://google.com/*
Versions
Happens anywhere
Issue priority
Medium (should be fixed soon)
Which partials do you have configured?
Not applicable
Which gateway intents are you subscribing to?
Not applicable