mirror of
https://gitlab.com/ddorn/tfjm-discord-bot.git
synced 2025-07-28 07:05:26 +02:00
✨ add role dev
This commit is contained in:
@ -676,7 +676,7 @@ class TirageCog(Cog, name="Tirages"):
|
||||
await ctx.send("Le tirage est annulé.")
|
||||
|
||||
@draw_group.command(name="skip", aliases=["s"])
|
||||
@commands.has_role(CNO_ROLE)
|
||||
@commands.has_role(DEV_ROLE)
|
||||
async def draw_skip(self, ctx, *teams):
|
||||
"""Skip certaines phases du tirage."""
|
||||
channel = ctx.channel.id
|
||||
|
Reference in New Issue
Block a user