From 5aee01b480ee2a3fb0581dec20e890ac2f1743d7 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Mon, 27 Apr 2020 10:40:43 -0700 Subject: add support and embed cmd, v8.0.2 also change msg.channel.send to msg.say --- src/bot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bot.ts') diff --git a/src/bot.ts b/src/bot.ts index 9b34f46..786ff63 100644 --- a/src/bot.ts +++ b/src/bot.ts @@ -39,7 +39,7 @@ client.registry client.once('ready', () => { //console.log(`Started bot: ${client.user.tag} (ID: ${client.user.id})\nCurrently running on ${client.guilds.cache.size} server(s).`); - console.log('Bot online!') + console.log('\x1b[0m' + 'Bot online!') console.log('\x1b[31m' + ` _ _ __ _ | | | | / _(_) | | | |_ ___ _| |_ _ ___ _ __ -- cgit v1.2.3