This commit is contained in:
@@ -88,7 +88,8 @@ namespace PluginManager
|
|||||||
LogEvent?.Invoke(message);
|
LogEvent?.Invoke(message);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void Write(char c)
|
|
||||||
|
public static void Write<T>(T c)
|
||||||
{
|
{
|
||||||
if (!isInitialized) throw new Exception("Logger is not initialized");
|
if (!isInitialized) throw new Exception("Logger is not initialized");
|
||||||
LogEvent?.Invoke($"{c}");
|
LogEvent?.Invoke($"{c}");
|
||||||
|
|||||||
@@ -1,17 +1,4 @@
|
|||||||
using System;
|
namespace PluginManager.Others;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.IO;
|
|
||||||
using System.Runtime.InteropServices;
|
|
||||||
using System.Text;
|
|
||||||
using System.Text.Json;
|
|
||||||
using System.Threading;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
using Discord.WebSocket;
|
|
||||||
|
|
||||||
using PluginManager.Items;
|
|
||||||
|
|
||||||
namespace PluginManager.Others;
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A special class with functions
|
/// A special class with functions
|
||||||
|
|||||||
Reference in New Issue
Block a user