-
-
Notifications
You must be signed in to change notification settings - Fork 255
Hacktoberfest fixes #466
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
Hacktoberfest fixes #466
Conversation
Den4200
left a comment
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.
Looks good to me.
bot/exts/halloween/timeleft.py
Outdated
| await ctx.send(f"There are {days} days, {hours} hours and {minutes}" | ||
| " minutes left until the end of Hacktober.") |
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.
| await ctx.send(f"There are {days} days, {hours} hours and {minutes}" | |
| " minutes left until the end of Hacktober.") | |
| await ctx.send( | |
| f"There are {days} days, {hours} hours and {minutes}" | |
| f" minutes left until the end of Hacktober." | |
| ) |
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.
Addressed in 60a024c, formatting on this suggestion seemed a bit off.
Description
This PR fixes a set of issues with the Hacktoberfest commands.
Screenshots
Did you:
If dependencies have been added or updated, runpipenv lock?pipenv run lint)?