From 98d0033b19a6bbdcd299e5c2f8fa75806f177853 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Fri, 11 Aug 2023 15:57:07 -0400 Subject: [PATCH] cleanup: removed useless import --- exportchannels/exportchannels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.