| Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
With our own implementation of sphinx's inventory fetching we no longer
need the sphinx package, and requests which were used inside of it.
|
|
|
|
|
|
The sphinx version of the function does a lot of checks that are
unnecessary for the bot because it's not working with anything else
related to docs. The custom implementation means we can throw some of
the code out and get rid of sphinx as a dependency.
|
|
|
|
|
|
The signature length needed more logic and shorter limits
to ensure messages would fit in a discord message in a nice way.
|
|
- For the `.ping` command
- Fixes a faulty convertion from seconds to milliseconds
|
|
Co-authored-by: Dennis Pham <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RotatingFileHandler appends .# to log names when rolling over to a new
file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is to avoid sorting twice - once for invalid indices and again
for send the rules.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_syncers.py
|
|
|