From d85a27d6e1623158ae7b9c63178fccce82e27700 Mon Sep 17 00:00:00 2001 From: MapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com> Date: Wed, 22 Dec 2021 20:59:23 -0600 Subject: [PATCH] use console.info --- playground/main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {