RyZe
Results
1
issues of
RyZe
### Summary commands.Greedy not working ### Reproduction Steps ```python import diskord from diskord.ext import commands class Test(commands.Cog): def __init__(self, client): self.client = client @diskord.application.slash_command() @diskord.application.option("channels", required = True) async def...
bug
application commands