Skip to content

Commit

Permalink
Support slash command for lotto
Browse files Browse the repository at this point in the history
  • Loading branch information
MycroftKang committed Feb 1, 2024
1 parent 1f1412c commit 19fc2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot/core/controllers/discord/lotto.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 19fc2d0

Please sign in to comment.