Compare commits
No commits in common. "663d71831dcafed974034899fa8d0509f568de08" and "2eb4b738be7bb8a31a3392b8282c384e0fcda062" have entirely different histories.
663d71831d
...
2eb4b738be
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue