Skip to content

Commit

Permalink
found a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pulcher committed Jul 9, 2024
1 parent 2ecaa5f commit 0528fb7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Magic8HeadService/Commands/SayCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}

0 comments on commit 0528fb7

Please sign in to comment.