Rich message rendering #24

Merged
cadence merged 28 commits from rich-messages into princess 2020-11-07 10:46:48 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit c144d75c99 - Show all commits

View File

@ -1,4 +1,3 @@
const {simpleEvent} = require("./event")
const UnknownEvent = simpleEvent(() => true, () => "Cannot render event")
console.log(UnknownEvent)
module.exports = [UnknownEvent]