External commands
This commit is contained in:
10
DiscordBot/StartupAction.cs
Normal file
10
DiscordBot/StartupAction.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DiscordBot
|
||||
{
|
||||
internal record StartupAction(string Command, Action<string[]> RunAction) : IStartupAction;
|
||||
}
|
||||
Reference in New Issue
Block a user