Compare commits

..

2 commits

Author SHA1 Message Date
663d71831d
fix(forums): I forgot to mark a command with a command decorator 💀
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-09-01 19:42:11 -04:00
97e7b136bb
misc(forums): removed useless import 2023-09-01 19:40:31 -04:00

View file

@ -1,6 +1,5 @@
import discord
from redbot.core import Config, checks, commands
from redbot.core.app_commands import Choice
class Forums(commands.Cog):
@ -14,6 +13,7 @@ class Forums(commands.Cog):
request_roles = []
)
@commands.command()
async def resolved(self, ctx: commands.Context):
"""Marks a thread as resolved."""
channel = ctx.channel