-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom Help Command #38
Comments
Flags ext is external, right? (not in dpy yet) |
How do you want to use flags for the help command? |
Aslo @Vyvy-vi, flags aren't part of the default d.py. We'd also have to change large parts of the codebase iirc if we want to use flags, since they require a custom decorator for all commands. That's not necessarily something bad, but we'd have to discuss that. I think flags may actually be quite nice to have. Would you like to start a Discussion thread on the repo about adding flags? Let's make a help command without flags for now, though, so we have something prettier than the default. I agree with @ChiliPy that the default is... suboptimal. |
Has anything been decided on this? |
I had discussed about the command on discord with Vester(@gustavwilliam), he suggested the command could use the new SELECT interaction, I'd be happy to work on this. |
Lovely! I'm looking forward to seeing a fancy new help command 😄 You're assigned to the issue now. |
We need to add a custom help command, as the default one is ugly and a custom one allows us to display whatever we want for it. I'm thinking that we use the flags extension of discord.py for it, as that's basically what the extension was built to do, but it's up to y'all. What do y'all think?
The text was updated successfully, but these errors were encountered: