Add project files.
This commit is contained in:
12
PluginManager/Interfaces/DBEvent.cs
Normal file
12
PluginManager/Interfaces/DBEvent.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Discord.WebSocket;
|
||||
|
||||
namespace PluginManager.Interfaces
|
||||
{
|
||||
public interface DBEvent
|
||||
{
|
||||
string name { get; }
|
||||
string description { get; }
|
||||
|
||||
void Start(DiscordSocketClient client);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user