-
-
Notifications
You must be signed in to change notification settings - Fork 194
Better startup message, better help, async fixes #72
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a few comments, I like a lot of the changes, but a few were not needed or break the flake8 standard. :P
Done |
There is no point in changing into text if the DM's always support embeds. Co-Authored-By: F1L1P <78918286+F1L1Pv2@users.noreply.github.com>
Done, with the help of @F1L1Pv2 (I can't think today) |
Will this be merged? |
|
||
|
||
class HelpFormat(DefaultHelpCommand): | ||
class CustomHelp(commands.MinimalHelpCommand): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This still is not back to normal, it is tied up to what I mentioned previously.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is back to normal, but with embeds...
Oh well, give me a sec to revert this
Made some improvements, while staying simple
Also, my first pull request😄