From 2cfcddf44de8659a998a7bf6036fc8ea4568a063 Mon Sep 17 00:00:00 2001 From: Andriy <30056636+West14@users.noreply.github.com> Date: Fri, 16 Dec 2022 16:35:45 +0200 Subject: [PATCH] [entertainment] shutdown roll handler --- modules/Entertainment/Handler/Roll.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/Entertainment/Handler/Roll.cs b/modules/Entertainment/Handler/Roll.cs index cc4909f..bbce443 100644 --- a/modules/Entertainment/Handler/Roll.cs +++ b/modules/Entertainment/Handler/Roll.cs @@ -17,7 +17,7 @@ public class Roll : CommonHandler private readonly IReputation _reputation; private readonly UserService _userService; - [Command(InChat.Public, "roll", CommandParseMode.Both)] + // [Command(InChat.Public, "roll", CommandParseMode.Both)] public async Task HandleRoll() { var cdOption = await Db.UserValues.FindOrCreateOption(Chat.Id, From.Id, "rollNextUse"); @@ -38,7 +38,7 @@ public class Roll : CommonHandler Db.AddOrUpdate(cdOption); } - [Command(InChat.Public, "reset_roll", CommandParseMode.Both)] + // [Command(InChat.Public, "reset_roll", CommandParseMode.Both)] public async Task HandleResetRoll() { if (!_userService.IsUserSuper(From))