use console.info

This commit is contained in:
MapleLeaf
2021-12-27 22:12:07 -06:00
parent 9ab1f2b689
commit a7732d2086

View File

@@ -42,7 +42,7 @@ createCommandHandler(client, [
run: (interaction) => {
reacord.reply(
interaction,
<Button label="clic" onClick={() => console.log("was clic")} />,
<Button label="clic" onClick={() => console.info("was clic")} />,
)
},
},