From ce3dee0a1120092cfb629509632315d6fbde2190 Mon Sep 17 00:00:00 2001 From: WOLFIE-OG <35380754+WOLFIE-OG@users.noreply.github.com> Date: Fri, 7 May 2021 16:35:04 +0100 Subject: [PATCH] Update bot.js --- bot.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bot.js b/bot.js index 2e7037c..e9d124a 100644 --- a/bot.js +++ b/bot.js @@ -25,6 +25,9 @@ console.log('My super secret token OwO', genRandString(10000)); // what is wrong +/* hello from discord.py | <3 WOLFIE_OG */ +async with ctx.channel.typing(): + print("This is js right?") /* eVeRyThInG fRoM tHiS cOrD */ Discord.on('ready', () => {