queued updates via rxjs

This commit is contained in:
MapleLeaf
2021-12-25 11:12:17 -06:00
parent c74f8df231
commit 433e445c1d
4 changed files with 48 additions and 27 deletions

View File

@@ -17,6 +17,7 @@ createCommandHandler(client, [
description: "shows a counter button",
run: (interaction) => {
manager.create(interaction).render(<Counter />)
manager.create(interaction).render(<Counter />)
},
},
])