summaryrefslogtreecommitdiff
path: root/src/bot.ts
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-23 11:56:02 -0700
committer8cy <[email protected]>2020-04-23 11:56:02 -0700
commita1752afff4d5c014a1888b716da0a351fdc7ff21 (patch)
tree33d40d21e94a21c5fd2d0567d031a2e8fc4d3c45 /src/bot.ts
parentDARLING in the FRANXX, v7.4.0 (diff)
downloaddep-core-a1752afff4d5c014a1888b716da0a351fdc7ff21.tar.xz
dep-core-a1752afff4d5c014a1888b716da0a351fdc7ff21.zip
change app.js bot path, get version from config.json, v7.4.1
Diffstat (limited to 'src/bot.ts')
-rw-r--r--src/bot.ts2
1 files changed, 1 insertions, 1 deletions
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'
});
});