From 0528fb7e5688e61ce317732ae9b7fa35209bb621 Mon Sep 17 00:00:00 2001 From: Harold Pulcher Date: Mon, 8 Jul 2024 22:44:54 -0500 Subject: [PATCH] found a bug --- Magic8HeadService/Commands/SayCommand.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Magic8HeadService/Commands/SayCommand.cs b/Magic8HeadService/Commands/SayCommand.cs index f353738..a6593db 100644 --- a/Magic8HeadService/Commands/SayCommand.cs +++ b/Magic8HeadService/Commands/SayCommand.cs @@ -52,12 +52,7 @@ public void Handle(OnChatCommandReceivedArgs cmd) bool IMbhCommand.CanExecute() { - throw new System.NotImplementedException(); - } - - void IMbhCommand.Handle(OnChatCommandReceivedArgs cmd) - { - throw new System.NotImplementedException(); + return true; } } } \ No newline at end of file