Skip to content

Commit

Permalink
feat: színes DíjnetBot felirat és GitHub URL a logban
Browse files Browse the repository at this point in the history
  • Loading branch information
juzraai committed Oct 23, 2019
1 parent 3e6d6c0 commit 10b4daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Logger {
* @returns {Logger} This object
*/
init() {
this.log(`DíjnetBot v${packageInfo.version}\n`, kleur.white, true, true, false);
this.log(`${kleur.green('Díjnet')}${kleur.blue('Bot')} v${packageInfo.version} ${kleur.reset('by juzraai | https://github.com/juzraai/dijnet-bot')}\n`, kleur.white, true, true, false);
return this;
}

Expand Down

0 comments on commit 10b4daf

Please sign in to comment.