From e2f35c88a9b32c5d443fe9a134d2890ff4d0dbe6 Mon Sep 17 00:00:00 2001 From: MapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:41:35 -0600 Subject: [PATCH] add deletion in playground for testing --- playground/main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/main.tsx b/playground/main.tsx index 65a29d4..2893acd 100644 --- a/playground/main.tsx +++ b/playground/main.tsx @@ -21,7 +21,7 @@ createCommandHandler(client, [ description: "shows a counter button", run: (interaction) => { const reply = reacord.createCommandReply(interaction) - reply.render( reply.deactivate()} />) + reply.render( reply.destroy()} />) }, }, {