aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar xithrius <[email protected]>2021-03-08 02:19:02 -0800
committerGravatar xithrius <[email protected]>2021-03-08 02:19:02 -0800
commit9d783670a2c9fd9249d5e1df00522032dddb6f77 (patch)
tree7c216ce1d30ad25710e3ad524059461302bf4543
parentMoved cache, reworked logic so message sends on cog reload. (diff)
Removed async_rediscache import.
-rw-r--r--bot/exts/help_channels/_cog.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/help_channels/_cog.py b/bot/exts/help_channels/_cog.py
index 0c524d526..9a33a6bb1 100644
--- a/bot/exts/help_channels/_cog.py
+++ b/bot/exts/help_channels/_cog.py
@@ -5,7 +5,6 @@ import typing as t
from datetime import datetime, timezone
from operator import attrgetter
-import async_rediscache
import discord
import discord.abc
from discord.ext import commands