Fix Hello command having incorrect inheritance

This commit is contained in:
KaenoDev
2025-02-02 22:31:10 +00:00
parent dc3fdbf02e
commit f96d51a654
@@ -11,7 +11,7 @@ namespace Core.Helpers.Dialogue.SPTFriend.Commands
[Injectable]
public class HelloMessageHandler(
MailSendService _mailSendService,
RandomUtil _randomUtil) : ISptCommand
RandomUtil _randomUtil) : IChatMessageHandler
{
protected List<string> _listOfMessages = ["hello", "hi", "sup", "yo", "hey", "bonjour"];