Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.

Commit

Permalink
Update bot.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrkhrdt authored Dec 27, 2018
1 parent b4c81a5 commit d851b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const auth = JSON.parse(fs.readFileSync("./Settings/auth.json", "utf8"))

bot.login(auth.token)

var status = `Use ${config.prefix}help | DC24 Bot v1.4.3`
var status = `Use ${config.prefix}help | DC24 Bot v1.4.4`
var color = `#BA68C8`

bot.on('ready', async function() {
Expand Down

0 comments on commit d851b63

Please sign in to comment.