cleanup: removed useless import
This commit is contained in:
parent
75a40f7178
commit
98d0033b19
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
import discord
|
import discord
|
||||||
import asyncio
|
import asyncio
|
||||||
import os
|
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):
|
class ExportChannels(commands.Cog):
|
||||||
"""Custom cog to export channels to JSON and HTML formats using Discord Chat Exporter.
|
"""Custom cog to export channels to JSON and HTML formats using Discord Chat Exporter.
|
||||||
|
|
Loading…
Reference in a new issue