mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Forgot to unpack tuple in choose shortcut
This commit is contained in:
parent
6c4c8079c5
commit
6a671a4768
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ class Random(commands.Cog):
|
|||
# Creates an alias
|
||||
@commands.command(name="Choice", aliases=["Choose"], usage="[Argumenten]")
|
||||
async def choose(self, ctx, *options):
|
||||
await self.choice(ctx, options)
|
||||
await self.choice(ctx, *options)
|
||||
|
||||
@commands.command(name="Shuffle", usage="[Argumenten]")
|
||||
async def _shuffle(self, ctx, *options):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue