Zeva
Zeva
Making a request to `/api/v2/pastes` fails with `invalid character 'x' looking for beginning of value`. Code to reproduce: ```py import requests resp = requests.post("https://pasty.lus.pm/api/v2/pastes", data={"content": "Test paste"}) ``` 
As per #18 , this adds (basic) callback support for pre- and post-refresh. It doesn't pass in anything into the callbacks, but is meant to provide a basic means of...
Essentially, I was hoping that it were possible to add support for custom hooks to run before and after updating the code in memory so that you can run pre-...
### What happened? Bot crashes during startup, saying "Failed to get channel with ID ''" ### Game Version 1.16 ### What platform are you using? Forge ### Platform version 36.2.19...
## What type of pull request is this? - [x] Non-breaking code change - [ ] Breaking code change - [ ] Documentation change/addition - [ ] Tests change ##...
# Upgrade to support Python 3 Drops support for Python 2, but since Python 2 has been deprecated, this should not be an issue ## Known Issues * UnicodeDecodeError about...