1
0
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:
ddorn
2020-04-27 12:31:26 +02:00
parent 823587b163
commit 11aa877f2a
3 changed files with 4 additions and 2 deletions

View File

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