Compare commits

..

No commits in common. "663d71831dcafed974034899fa8d0509f568de08" and "2eb4b738be7bb8a31a3392b8282c384e0fcda062" have entirely different histories.

View file

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