Added basic Redis support
This commit is contained in:
@@ -15,6 +15,7 @@ class HoloBot(PycordBot):
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super().__init__(*args, **kwargs)
|
||||
self._set_cache_engine()
|
||||
|
||||
def _set_cache_engine(self) -> None:
|
||||
if "cache" in self.config and self.config["cache"]["type"] is not None:
|
||||
|
Reference in New Issue
Block a user