| Commit message (Collapse) | Author | Lines |
|
It's needed to be able to download discord.py via git since the alpha
version is not on PyPI.
|
|
This fixes a new lint error (F541) introduced by flake8 3.8.
|
|
The previous pin for flake8 was permitting 3.8 too, which was what's
getting locked. 3.8 introduced some new f-string rules, which is a
"breaking" change.
|
|
This was open to abuse when the bot relayed user input. The fix relies
on a discord.py alpha feature.
|
|
|
|
Co-authored-by: Dennis Pham <[email protected]>
|
|
|
|
Co-authored-by: manusaurio <[email protected]>
|
|
|