Point to redis-py docs

This commit is contained in:
Luke Murphy 2021-01-18 20:54:33 +01:00
parent 3584ce3460
commit 5b307cfe95
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -263,8 +263,9 @@ def direct(self, message):
```
You should see `INFO Successfully connected to storage` when your bot
initialises. Please see the `GlossBot` example for more on how to work with
this type of storage.
initialises. Please see the
[redis-py](https://redis-py.readthedocs.io/en/stable/) API documentation for
more.
### Loading Plugins