Update
This commit is contained in:
parent
51eb0c0f0e
commit
9488149220
1 changed files with 0 additions and 2 deletions
|
@ -96,9 +96,7 @@ class gameutils(commands.Cog):
|
|||
name="dice",
|
||||
description="Roll a number of dice",
|
||||
guild_ids=[1247883904178978927,699285282276507708],
|
||||
default_member_permissions=nextcord.Permissions(manage_roles=True),
|
||||
)
|
||||
@nextcord.ext.application_checks.has_permissions(manage_roles=True)
|
||||
async def turngen(self, interaction: nextcord.Interaction, number: int, sides: int, hidden: str = nextcord.SlashOption(choices=["Yes", "No"])):
|
||||
message = f"May the odds ever be in your favor...\n"
|
||||
for d in range(number):
|
||||
|
|
Loading…
Reference in a new issue