chore(autothreader): fmt

main
winston 2023-06-07 21:59:20 +02:00
parent 121be806dc
commit d3100bc329
No known key found for this signature in database
GPG Key ID: 3786770EDBC2B481
1 changed files with 3 additions and 3 deletions

@ -1,9 +1,9 @@
from discord import TextChannel, Message
from redbot.core import commands, Config
from discord import Message, TextChannel
from redbot.core import Config, commands
class AutoThreader(commands.Cog):
"""A cog creating threads for each message in a channel."""
"""Create a thread for each message in a channel."""
def __init__(self, bot):
self.bot = bot