aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-10-21 16:10:52 -0400
committerUnknown <Alee14498@gmail.com>2017-10-21 16:10:52 -0400
commitfb04a1290c015a68585e2e13a13ee82249facb28 (patch)
treeb404727a26ce5080b0c5df76f760a19b78632fc6 /src
parent9fc10c767a154fe148926fbe36c7e89033f4b40c (diff)
downloadAleeBot-fb04a1290c015a68585e2e13a13ee82249facb28.tar.gz
AleeBot-fb04a1290c015a68585e2e13a13ee82249facb28.tar.bz2
AleeBot-fb04a1290c015a68585e2e13a13ee82249facb28.zip
More fixes
Diffstat (limited to 'src')
-rw-r--r--src/bot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bot.js b/src/bot.js
index 0107e72..332f076 100644
--- a/src/bot.js
+++ b/src/bot.js
@@ -12,7 +12,7 @@ const config = require('./absettings.json');
client.on('ready', () => {
console.log("[>] AleeBot is now ready!")
- console.log("Running version " + abVersion + `and in ${client.guilds.size} guilds`)
+ console.log("Running version " + abVersion + ` and in ${client.guilds.size} guilds`)
client.user.setPresence({
game: {
name: 'with version ' + abVersion,