Closed cbrxyz closed 2 years ago
This PR adds several improvements throughout the following files:
censor.py
devtools.py
embed.py
funcommands.py
globals.py
logger.py
membercommands.py
ping.py
reporter.py
Notably, some of the improvements include:
MongoDatabase
PiBot
pylint
SLASH_COMMAND_GUILDS
This PR also updates requirements.txt.
requirements.txt
This PR adds several improvements throughout the following files:
censor.py
devtools.py
embed.py
funcommands.py
globals.py
logger.py
membercommands.py
ping.py
reporter.py
Notably, some of the improvements include:
MongoDatabase
class, of which an instance is stored in the mainPiBot
class.pylint
, focusing on long lines and docstringsSLASH_COMMAND_GUILDS
is now an array by default, with the support for multiple guilds (as the name implies)This PR also updates
requirements.txt
.