about summary refs log tree commit diff
path: root/Utilities/LibMatrix.DevTestBot/Bot/Interfaces/ICommand.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Utilities/LibMatrix.DevTestBot/Bot/Interfaces/ICommand.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/Utilities/LibMatrix.DevTestBot/Bot/Interfaces/ICommand.cs b/Utilities/LibMatrix.DevTestBot/Bot/Interfaces/ICommand.cs
deleted file mode 100644

index a6dc8da..0000000 --- a/Utilities/LibMatrix.DevTestBot/Bot/Interfaces/ICommand.cs +++ /dev/null
@@ -1,10 +0,0 @@ -namespace LibMatrix.ExampleBot.Bot.Interfaces; - -public interface ICommand { - public string Name { get; } - public string Description { get; } - - public Task<bool> CanInvoke(CommandContext ctx) => Task.FromResult(true); - - public Task Invoke(CommandContext ctx); -} \ No newline at end of file