+Added RoleNotAllowed command

Added ability to revoke role addition for kittybot
This commit is contained in:
Alex Stewart
2019-04-21 00:18:39 -07:00
parent 3d5b11d828
commit 9c204d55cd
4 changed files with 44 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ public class GlobalLog
{
DateFormat dF = new SimpleDateFormat("yyyy_MM_dd_HH-mm");
Date today = new Date();
outputLog = new PrintWriter((dF.format(today) + "Log.txt"), "UTF-8");
outputLog = new PrintWriter((dF.format(today) + ".log"), "UTF-8");
}
private static void Write(String status, LogFilter filter, String body)