mirror of
https://github.com/Alee14/AleeBot.git
synced 2025-01-23 11:41:51 -05:00
Added a [i] symbol
This commit is contained in:
parent
fb04a1290c
commit
4bad937c7f
1 changed files with 1 additions and 1 deletions
|
@ -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("[i] Running version " + abVersion + ` and in ${client.guilds.size} guilds`)
|
||||
client.user.setPresence({
|
||||
game: {
|
||||
name: 'with version ' + abVersion,
|
||||
|
|
Loading…
Add table
Reference in a new issue