i dont even know what this PR is supposed to be about anymore, everyone lost the plot somewhere in the middle of act 2 #74

Open
Guzio wants to merge 128 commits from Guzio/out-of-your-element:mergable-fr-fr into main
Showing only changes of commit 0ad4b41ae9 - Show all commits

Iiiiiii........... I have no idea what was I trying to accomplish here...

Guzio 2026-02-25 10:28:09 +00:00

View file

@ -281,7 +281,7 @@ const commands = [{
}
try {
if (attachedToMessage) return discord.snow.channel.createThreadWithMessage(channelID, attachedToMessage, {name: words.slice(1).join(" ")})
if (attachedToMessage) await discord.snow.channel.createThreadWithMessage(channelID, attachedToMessage, {name: words.slice(1).join(" ")})
else throw {code: "NO_ATTACH_TARGET", was_supposed_to_be: attachedToEvent};
}
catch (e){