Skip to content

Commit

Permalink
Merge pull request #165 from pulcher/add_timeout_to_dad
Browse files Browse the repository at this point in the history
found a bug
  • Loading branch information
pulcher authored Jul 9, 2024
2 parents 4fb5e68 + 0528fb7 commit 56288f6
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 56288f6

Please sign in to comment.