fedimbed.bluesky: forgot to reassign
This commit is contained in:
parent
fec3a9b25d
commit
e8dfcf454d
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ async function bluesky(msg, url, spoiler = false) {
|
|||
const quoteOnly = await hasFlag(msg.guildID, "bskyQuoteOnly");
|
||||
|
||||
// really...
|
||||
if (url.includes("bsky.brid.gy")) url.replace("bsky.brid.gy/r/https://", "");
|
||||
if (url.includes("bsky.brid.gy")) url = url.replace("bsky.brid.gy/r/https://", "");
|
||||
|
||||
const urlObj = new URL(url);
|
||||
urlObj.hostname = "bsky.app";
|
||||
|
|
Loading…
Reference in a new issue