def choose(self, ctx, *values: clean_content()): """Randomly chooses one of the options.""" await ctx.send(random.choice(values))