Skip to content

Commit

Permalink
extra unfuck
Browse files Browse the repository at this point in the history
unfuck soap creation (maybe)
  • Loading branch information
eip618 committed Sep 30, 2024
1 parent 8040395 commit a420436
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cogs/soap.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import logging
import asyncio
from typing import TYPE_CHECKING
from typing import TYPE_CHECKING, Optional

import discord
from discord.ext import commands
Expand All @@ -23,6 +23,7 @@ class Soap(commands.GroupCog):

def __init__(self, bot: Kurisu):
self.bot: Kurisu = bot
self.soaps_category: Optional[discord.CategoryChannel] = None

@soap_check()
@commands.guild_only()
Expand Down

0 comments on commit a420436

Please sign in to comment.