Support for newer Discord modules and deprecation warning fix.#70
Open
BadWolf0081 wants to merge 9 commits intoM4d40:masterfrom
Open
Support for newer Discord modules and deprecation warning fix.#70BadWolf0081 wants to merge 9 commits intoM4d40:masterfrom
BadWolf0081 wants to merge 9 commits intoM4d40:masterfrom
Conversation
with these changes you can update your discord.py and the bot wont give any errors when trying to log in to discord.
added support for new discord api to tools.py added UICONS support, update your configs to a uicons repo! added support for all pokemon up to gen 9
fixed UICONS to tileserver
Author
|
Tested with Golbat, emoji's and tileserver works as well as newer nests. Golbat in memory only must be off for this to work so I recomend some sort of cleanup procedure. If your emoji's are corrupted you can use tools to remove all the old ones and re-create. |
Fabio1988
reviewed
Jan 16, 2024
| discord.py | ||
| rich | ||
| coloredlogs No newline at end of file | ||
| coloredlogs |
There was a problem hiding this comment.
probably all of those needs to be fixed to a version. otherwise there would be an issue on installing it next year again e.g.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds support for updated discord and discord.py, resolves Shapely Deprecation Warning.
run
pip3 install requirements.txt --upgrade