aboutsummaryrefslogtreecommitdiff
path: root/src/bot.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/bot.js')
-rw-r--r--src/bot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bot.js b/src/bot.js
index 726f1ae..c9a2fd0 100644
--- a/src/bot.js
+++ b/src/bot.js
@@ -17,7 +17,7 @@ client.on('ready', () => {
console.log("[i] Running version " + abVersion + ` and in ${client.guilds.size} guilds`)
client.user.setPresence({
game: {
- name: config.prefix + 'help | ' + abVersion,
+ name: 'AleeBot '+ abVersion + ' | ' + config.prefix +'help',
type: 0
}
});