Comparison of all the stuff I did. #6

Merged
Guzio merged 48 commits from fuckery into main 2026-03-02 15:17:09 +00:00
Showing only changes of commit c283528d72 - Show all commits

View file

@ -285,7 +285,7 @@ const commands = [{
else throw {code: "NO_ATTACH_TARGET", was_supposed_to_be: attachedToEvent}; else throw {code: "NO_ATTACH_TARGET", was_supposed_to_be: attachedToEvent};
} }
catch (e){ catch (e){
console.log(e) console.log(typeof e)
if (e.code === "NO_ATTACH_TARGET") { if (e.code === "NO_ATTACH_TARGET") {
return api.sendEvent(event.room_id, "m.room.message", { return api.sendEvent(event.room_id, "m.room.message", {
...ctx, ...ctx,