From 95aab00e848f40aa22f590a6633f12d15ebfd4b0 Mon Sep 17 00:00:00 2001 From: Mycroft Kang Date: Thu, 1 Feb 2024 19:35:10 +0900 Subject: [PATCH] Support slash command for lotto --- src/bot/core/controllers/discord/lotto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot/core/controllers/discord/lotto.py b/src/bot/core/controllers/discord/lotto.py index fdb4edb7..34f97043 100644 --- a/src/bot/core/controllers/discord/lotto.py +++ b/src/bot/core/controllers/discord/lotto.py @@ -9,7 +9,7 @@ from .utils.MsgFormat import MsgFormatter -@commands.command() +@commands.hybrid_command() @MGCertificate.verify(level=Level.TRUSTED_USERS) @related_commands(["roulette", "dice", "dday set"]) async def lotto(ctx: commands.Context):