From 5be69f30ee5eb48e0c8811b81a2f219b6f6879bd Mon Sep 17 00:00:00 2001 From: Lawrence Gibson Date: Mon, 14 Aug 2023 12:34:22 +0100 Subject: [PATCH] discord now allows colons/slashes in thread titles, remove workaround --- bot.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bot.js b/bot.js index 44165c0..b12233d 100644 --- a/bot.js +++ b/bot.js @@ -268,7 +268,6 @@ async function handleNewsMessage (message) { await message.startThread({ // keep under thread limit name: title.substr(0, MAX_THREAD_TITLE_LENGTH) - .replaceAll("/", "\u2044").replaceAll(":", "\u02d0") }); } else { // not a news story, remove message