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

Replace deprecated disco-py client in tqdm.contrib.discord by pure REST API #1536

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

guigoruiz1
Copy link

This PR is an alternative to PR #1383 with the preserved functionality of choosing to which channel_id to post the progress bar preserved. This is entirely built up on Discord REST API and requires no additional packages to run. This is analogous to the Telegram contrib.

@guigoruiz1
Copy link
Author

@casperdcl The Codacy Static Code Analysis is showing a false failure. That line is exactly the same as the Telegram contrib and should not be a problem as the if hasattr(self, "_message_id"): statement takes care of wether the variable is declared.

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.

None yet

1 participant