= Saving allowed roles per guild
This commit is contained in:
@@ -2,9 +2,9 @@ package core.benchmark;
|
||||
|
||||
import utils.GlobalLog;
|
||||
|
||||
//Logging shim
|
||||
public class BenchmarkLog
|
||||
{
|
||||
// Logging
|
||||
{
|
||||
public static void Log(String str) { GlobalLog.Log("[Benchmark] " + str); }
|
||||
public static void Warn(String str) { GlobalLog.Warn("[Benchmark] " + str); }
|
||||
public static void Error(String str) { GlobalLog.Error(" [Benchmark] " + str); }
|
||||
|
||||
Reference in New Issue
Block a user