This commit is contained in:
2022-12-09 14:49:05 +02:00
parent de61f5de88
commit bd53d099d1

View File

@@ -1,4 +1,18 @@
namespace PluginManager.Others; using System;
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