More welcome wagon beautification.
This commit is contained in:
parent
cb3fc9bb91
commit
bddbd9cd36
3 changed files with 5 additions and 4 deletions
|
|
@ -19,6 +19,7 @@ const {mongoose} = require('mongoose');
|
|||
|
||||
//Local Imports
|
||||
const config = require('./../../config.json');
|
||||
const tokeSchema = require('./tokebot/tokeSchema');
|
||||
const loggerUtils = require('./../utils/loggerUtils');
|
||||
|
||||
/**
|
||||
|
|
@ -95,7 +96,7 @@ statSchema.statics.incrementLaunchCount = async function(){
|
|||
this.firstLaunch = stats.firstLaunch;
|
||||
|
||||
//print bootup message to console.
|
||||
loggerUtils.welcomeWagon(stats.launchCount, stats.firstLaunch);
|
||||
loggerUtils.welcomeWagon(stats.launchCount, stats.firstLaunch, tokeSchema.count);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue