mirror of
https://github.com/Myxelium/Lunaris2.0.git
synced 2026-04-11 15:19:53 +00:00
Restructure
This commit is contained in:
13
Bot/Helpers/LogHandler.cs
Normal file
13
Bot/Helpers/LogHandler.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Discord;
|
||||
|
||||
namespace Lunaris2.Helpers
|
||||
{
|
||||
public static class LogHandler
|
||||
{
|
||||
public static Task Log(LogMessage arg)
|
||||
{
|
||||
Console.WriteLine(arg);
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user