mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
add class docstring to reports
This commit is contained in:
parent
ff46ca546d
commit
c9cfa92b04
@ -23,7 +23,13 @@ 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}
|
||||
|
||||
default_report = {"report": {}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user