Adi Mathur

Results 6 comments of Adi Mathur

If I understand the docs correctly, isn't ecoding opus data a necessity for the discord api? So there isn't any way around this, or am I misunderstanding the issue?

This is indeed the case. If you're working on this issue, it's probably a better idea to refactor the entire registration and handling system to not use the weird multiple-classes-for-every-nesting-type...

This sounds very challenging to implement. Currently, the extension works for the `DiscordShardedClient` by registering commands only for the shard with id 0, then it saves everything to a static...

It's specifically noted in the readme that the slash commands extension is not supposed to be utilized for dynamic command registration. That was never meant to be supported and would...

Making a custom builder for this would be as complex as figuring out how to register and handle slash commands yourself without using the extension.

I've added a few more features to add; this issue can serve as an ever-updating todo list of sorts.