Red 3.2 changes and cleanup

This commit is contained in:
aikaterna
2020-01-09 16:57:33 -08:00
parent 5b3fe0218a
commit 7d73d7931a
10 changed files with 18 additions and 56 deletions

View File

@@ -16,9 +16,7 @@ plt.switch_backend("agg")
from redbot.core import commands
BaseCog = getattr(commands, "Cog", object)
class Chatchart(BaseCog):
class Chatchart(commands.Cog):
"""Show activity."""
def __init__(self, bot):