diff --git a/playground/main.tsx b/playground/main.tsx index b83ea61..87adfc9 100644 --- a/playground/main.tsx +++ b/playground/main.tsx @@ -39,7 +39,7 @@ client.on("ready", async () => { ) } } - console.log("ready 💖") + console.info("ready 💖") }) client.on("interactionCreate", async (interaction) => {