Skip to content
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

[V3] fixes issue preventing token reset from setup #1771

Merged
merged 3 commits into from
Jun 2, 2018
Merged

[V3] fixes issue preventing token reset from setup #1771

merged 3 commits into from
Jun 2, 2018

Conversation

mikeshardmind
Copy link
Contributor

Type

  • Bugfix

Description of the changes

fixes issue preventing token reset from setup see #1765

Also removes a faulty assumption about not needing cleanup tasks

Also removes a faulty assumption about not needing cleanup tasks
@mikeshardmind mikeshardmind requested a review from tekulvw as a code owner June 2, 2018 07:03
@@ -143,14 +143,13 @@ def main():
try:
loop.run_until_complete(red.start(token, bot=not cli_flags.not_bot))
except discord.LoginFailure:
cleanup_tasks = False # No login happened, no need for this
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will now always be true, so it's a redundant condition - you can remove it

@Tobotimus Tobotimus added the V3 label Jun 2, 2018
@Tobotimus Tobotimus added this to the Beta 16 milestone Jun 2, 2018
remove unneeded condition
@tekulvw tekulvw merged commit a0a2976 into Cog-Creators:V3/develop Jun 2, 2018
@mikeshardmind mikeshardmind deleted the iss1765 branch December 26, 2019 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants