|
@@ -14,7 +14,7 @@ namespace MafiaTelegramBot.Commands.CallbackQueries
|
|
|
var room = RoomController.GetRoom(RoomEncrypter.GetCode(User.GetRoomName()));
|
|
|
return room == null
|
|
|
? await MessageController.SendText(User.Info, strings.room_does_not_exists)
|
|
|
- : await room.MHandler.Handle(update, User);
|
|
|
+ : await room.QHandler.Handle(update, User);
|
|
|
}
|
|
|
|
|
|
public override bool IsMatches(string command)
|