diff --git a/exportchannels/exportchannels.py b/exportchannels/exportchannels.py index 9c3fa79..8fa8cc0 100644 --- a/exportchannels/exportchannels.py +++ b/exportchannels/exportchannels.py @@ -1,7 +1,7 @@ import discord import asyncio import os -from redbot.core import Config, checks, commands, bot, data_manager +from redbot.core import Config, checks, commands, data_manager class ExportChannels(commands.Cog): """Custom cog to export channels to JSON and HTML formats using Discord Chat Exporter.