diff --git a/cogs/random.py b/cogs/random.py index b80427e..fc3fa95 100644 --- a/cogs/random.py +++ b/cogs/random.py @@ -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):