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

This commit is contained in:
Seaswimmer 2023-09-01 19:42:11 -04:00
parent 97e7b136bb
commit 663d71831d
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -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