EQUENOS / dislash.py

A Python wrapper for discord slash-commands and buttons, designed to extend discord.py.

Home Page:https://dislashpy.readthedocs.io/en/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"don't nest sub_command_groups and sub_commands to the same parent"

Xenos6666 opened this issue · comments

The discord API seems to allow this just fine, this limitation should be removed from the package.

I suspect that you misunderstood something, have a look at this image from the official documentation:
image

I already looked at it, this page doesn't state anything about having subcommands and subcommand-groups on the same levels, none of the example confirm nor deny that it's possible, so I tested it, and it does indeed work perfectly fine

Proof:
image

My bad; I'll fix that as soon as possible

Thank you :D

Fixed in 1.2.8