Update exportchannels.py

This commit is contained in:
SeaswimmerTheFsh 2023-03-20 13:03:02 -04:00
parent 56e8355aec
commit 9df9325461

View file

@ -4,7 +4,7 @@ import os
from redbot.core import Config, checks, commands, bot, data_manager from redbot.core import Config, checks, commands, bot, 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.
Developed by SeaswimmerTheFsh and yname.""" Developed by SeaswimmerTheFsh and yname."""
def __init__(self, bot): def __init__(self, bot):