aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2018-02-27 09:45:01 -0500
committerGitHub <noreply@github.com>2018-02-27 09:45:01 -0500
commit0e714ed6d0168831a4e3250ae4f43f0f4fbca49e (patch)
tree6e9ef80f32ad69684eef2a0de6f062b3df2939f5
parent6edc939e3586ad823501a826e4a670b584dccae8 (diff)
downloadAstralQuote-ATC-0e714ed6d0168831a4e3250ae4f43f0f4fbca49e.tar.gz
AstralQuote-ATC-0e714ed6d0168831a4e3250ae4f43f0f4fbca49e.tar.bz2
AstralQuote-ATC-0e714ed6d0168831a4e3250ae4f43f0f4fbca49e.zip
Changed client.on ready
-rw-r--r--bot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.js b/bot.js
index 247d5af..a47926d 100644
--- a/bot.js
+++ b/bot.js
@@ -71,7 +71,7 @@ function GetQuoteOfTheDay(quoteNum = -1) {
}
client.on('ready', () => {
- log('[>] ARE YA READY KIDS? AYE AYE CAPTAIN!');
+ log('[>] AstralQuote is now ready using version '+ aqVersion +'!');
client.user.setPresence({
game: {
name: 'v.' + aqVersion + ' | ' + prefix + 'help',