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))