| Commit message (Collapse) | Author | Lines |
|
The assertion wasn't using the assertion method. Furthermore, it was
testing a non-existent function `create_loop` rather than `create_task`.
|
|
|
|
This global connection is the one we will be using in RedisCache to
power all our commands.
This also ensures that connection is closed when the bot starts its
shutdown process.
|
|
|
|
In production, we will need this password to make a connection to Redis.
|
|
In production, we will need this password to make a connection to Redis.
|
|
The `discord-py` package is no longer the official release, and so
making this change silences some warnings about deprecation.
|
|
Turns out that bumping the flake8 version up to 3.8 introduces a long
list of new linting errors. Since this PR is the one that bumps the
version, I suppose we will also fix all the linting errors in this
branch.
|
|
|
|
|