mirror of
https://github.com/Myxelium/Lunaris2.0.git
synced 2026-04-23 06:15:09 +00:00
Working chatbot
This commit is contained in:
@@ -29,6 +29,9 @@ public class MessageReceivedHandler(ISender mediator) : INotificationHandler<Mes
|
||||
case Command.Skip.Name:
|
||||
await mediator.Send(new SkipCommand(notification.Message), cancellationToken);
|
||||
break;
|
||||
case Command.Chat.Name:
|
||||
await mediator.Send(new ChatCommand.ChatCommand(notification.Message), cancellationToken);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user