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
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
parent
97e7b136bb
commit
663d71831d
1 changed files with 1 additions and 0 deletions
|
@ -13,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