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 9bf6e50ae9 - Show all commits

SO WHAT DO YOU WANT? TELL ME WHAT'S YOUR POINT, JS!

So the code-key DOES exist. HuuuHhhhhh???
Guzio 2026-02-25 10:56:51 +00:00

View file

@ -286,7 +286,8 @@ const commands = [{
}
catch (e){
const what_how = typeof e
console.log("Type of "+e+" is "+what_how+" with keys: "+Object.keys(e))
const but_im_done_with_you = typeof e.code
console.log("Type of "+e+" is "+what_how+" with keys "+Object.keys(e) + " and the value of that „code” key is "+e.code+" of type "+but_im_done_with_you)
if (e.code === "NO_ATTACH_TARGET") {
return api.sendEvent(event.room_id, "m.room.message", {
...ctx,