Replies: 3 comments 3 replies
-
The context class should be in the slash/ directory in my opinion. That way we would be using |
Beta Was this translation helpful? Give feedback.
2 replies
-
We already did! It's now under |
Beta Was this translation helpful? Give feedback.
1 reply
-
The namespace for application commands has been set to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Just wondering what anyone's thoughts are on putting everything slash-command related into a
discord.slash
namespace likediscord.ui
that already exists for buttons + select menus.At the moment everything lives in the
discord/bot.py
, perhaps it would be better to structure it like soWith this approach you would have to do
Not sure where the context-menu related stuff would live, perhaps it could go in here as well?
Beta Was this translation helpful? Give feedback.
All reactions