-
Notifications
You must be signed in to change notification settings - Fork 39
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
Support for newer Discord modules and deprecation warning fix. #70
base: master
Are you sure you want to change the base?
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
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. |
coloredlogs |
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.
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.
Adds support for updated discord and discord.py, resolves Shapely Deprecation Warning.
run
pip3 install requirements.txt --upgrade