add class docstring to reports

This commit is contained in:
Vexed01 2020-05-30 19:33:32 +01:00
parent ff46ca546d
commit c9cfa92b04

View File

@ -23,6 +23,12 @@ log = logging.getLogger("red.reports")
@cog_i18n(_)
class Reports(commands.Cog):
"""Create user reports that server staff can respond to.
Users can open reports using `[p]report`. These are then
sent to a channel in the server, where staff members can
respond.
"""
default_guild_settings = {"output_channel": None, "active": False, "next_ticket": 1}