mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
add class docstring to reports
This commit is contained in:
parent
ff46ca546d
commit
c9cfa92b04
@ -23,6 +23,12 @@ log = logging.getLogger("red.reports")
|
|||||||
|
|
||||||
@cog_i18n(_)
|
@cog_i18n(_)
|
||||||
class Reports(commands.Cog):
|
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_guild_settings = {"output_channel": None, "active": False, "next_ticket": 1}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user