aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-05 17:28:18 -0400
committerAlee14 <Alee14498@gmail.com>2017-08-05 17:28:18 -0400
commit6b5496074620011ad88a009578b86a568a1fb14a (patch)
tree304cdfa82745e34a549d79fb36c5ed48a66b9b66
parent5c123dd84260ebad07b48dbd0fcdfbfb3a07f3a2 (diff)
downloadAleeBot-6b5496074620011ad88a009578b86a568a1fb14a.tar.gz
AleeBot-6b5496074620011ad88a009578b86a568a1fb14a.tar.bz2
AleeBot-6b5496074620011ad88a009578b86a568a1fb14a.zip
Updating stuff
-rw-r--r--aleebot.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/aleebot.js b/aleebot.js
index 6025d7b..7ad47d1 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -13,6 +13,7 @@ const client = new Discord.Client();
const config = require('./absettings.json');
const prefix = "ab:";
+const year = "2017";
var abversion = "1.0.8";
var logsChannel = "318874545593384970";
@@ -95,7 +96,7 @@ client.on("message", function(message){
'**'+prefix+'botinvite** Lets you bring AleeBot to your server.\n' +
'**'+prefix+'serverinvite** Invites you to the AleeArmy Server.\n' +
'**'+prefix+'mod** (For staff only) Displays the commands for moderation.\n', true)
- .setFooter("AleeBot Copyright 2017. The version that AleeBot's running is " + abversion + "!")
+ .setFooter("AleeBot Copyright "+ year +". The version that AleeBot's running is " + abversion + "!")
.setColor("#7af442")
message.channel.sendEmbed(embed);