External commands
This commit is contained in:
10
DiscordBot/IStartupAction.cs
Normal file
10
DiscordBot/IStartupAction.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace DiscordBot
|
||||
{
|
||||
internal interface IStartupAction
|
||||
{
|
||||
string Command { get; init; }
|
||||
Action<string[]> RunAction { get; init; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user