From 5b307cfe95b6a02334fd5016bccaf6872172fb6c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 18 Jan 2021 20:54:33 +0100 Subject: [PATCH] Point to redis-py docs --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebd63c5..8d28757 100644 --- a/README.md +++ b/README.md @@ -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