Why did I make it this way??? #13

Merged
Guzio merged 121 commits from main into mergable-fr-fr 2026-04-15 20:05:01 +00:00
Showing only changes of commit 9bf6e50ae9 - Show all commits

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,