From a1752afff4d5c014a1888b716da0a351fdc7ff21 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Thu, 23 Apr 2020 11:56:02 -0700 Subject: change app.js bot path, get version from config.json, v7.4.1 --- 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 b030869..b0a28e8 100644 --- a/src/bot.ts +++ b/src/bot.ts @@ -63,7 +63,7 @@ client.once('ready', () => { console.log('\x1b[0m' + 'Servers: ' + '\x1b[36m' + `${client.guilds.cache.size}` + '\x1b[0m') console.log() - client.user.setActivity('uwu!help | v7.4.0', { + client.user.setActivity('uwu!help | v' + config['version'], { type: 'WATCHING' }); }); -- cgit v1.2.3