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