Compare commits
2 commits
2eb4b738be
...
663d71831d
Author | SHA1 | Date | |
---|---|---|---|
663d71831d | |||
97e7b136bb |
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue