diff --git a/exportchannels/exportchannels.py b/exportchannels/exportchannels.py index 7c82150..7bdf70a 100644 --- a/exportchannels/exportchannels.py +++ b/exportchannels/exportchannels.py @@ -1,6 +1,6 @@ -import discord import asyncio import os +import discord from redbot.core import Config, checks, commands, data_manager class ExportChannels(commands.Cog):