use console.info
This commit is contained in:
@@ -42,7 +42,7 @@ createCommandHandler(client, [
|
|||||||
run: (interaction) => {
|
run: (interaction) => {
|
||||||
reacord.reply(
|
reacord.reply(
|
||||||
interaction,
|
interaction,
|
||||||
<Button label="clic" onClick={() => console.log("was clic")} />,
|
<Button label="clic" onClick={() => console.info("was clic")} />,
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user