From 9df932546139261e73a463289262923dd55a66b6 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh <102361830+SeaswimmerTheFsh@users.noreply.github.com> Date: Mon, 20 Mar 2023 13:03:02 -0400 Subject: [PATCH] Update exportchannels.py --- exportchannels/exportchannels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exportchannels/exportchannels.py b/exportchannels/exportchannels.py index b072c6c..c52a259 100644 --- a/exportchannels/exportchannels.py +++ b/exportchannels/exportchannels.py @@ -4,7 +4,7 @@ import os from redbot.core import Config, checks, commands, bot, data_manager 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.""" def __init__(self, bot):