Version 1.4.0 merge from development. #6

Merged
andrewlalis merged 13 commits from development into master 2017-07-03 11:28:00 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 36f85fbe13 - Show all commits

View File

@ -89,6 +89,7 @@ public class BotLog {
public void log(TYPE type, IGuild guild, String message){ public void log(TYPE type, IGuild guild, String message){
if (guild == null){ if (guild == null){
log(type, message); log(type, message);
return;
} }
Date date = new Date(System.currentTimeMillis()); Date date = new Date(System.currentTimeMillis());
DateFormat formatter = new SimpleDateFormat("HH:mm:ss:SSS"); DateFormat formatter = new SimpleDateFormat("HH:mm:ss:SSS");