forked from cadence/out-of-your-element
Comparison of all the stuff I did. #6
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ const commands = [{
|
|||
}
|
||||
catch (e){
|
||||
const what_how = typeof e
|
||||
console.log("Type of "+e+" is "+what_how)
|
||||
console.log("Type of "+e+" is "+what_how+" with keys: "+Object.keys(e))
|
||||
if (e.code === "NO_ATTACH_TARGET") {
|
||||
return api.sendEvent(event.room_id, "m.room.message", {
|
||||
...ctx,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue