Update exportchannels.py
This commit is contained in:
parent
56e8355aec
commit
9df9325461
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Reference in a new issue