add deletion in playground for testing
This commit is contained in:
@@ -21,7 +21,7 @@ createCommandHandler(client, [
|
|||||||
description: "shows a counter button",
|
description: "shows a counter button",
|
||||||
run: (interaction) => {
|
run: (interaction) => {
|
||||||
const reply = reacord.createCommandReply(interaction)
|
const reply = reacord.createCommandReply(interaction)
|
||||||
reply.render(<Counter onDeactivate={() => reply.deactivate()} />)
|
reply.render(<Counter onDeactivate={() => reply.destroy()} />)
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user