mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 18:06:08 -05:00
wording changes
This commit is contained in:
@@ -25,9 +25,9 @@ log = logging.getLogger("red.reports")
|
||||
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.
|
||||
Users can open reports using `[p]report`. These are then sent
|
||||
to a channel in the server for staff, and the report creator
|
||||
gets a DM. Both can be used to communicate.
|
||||
"""
|
||||
|
||||
default_guild_settings = {"output_channel": None, "active": False, "next_ticket": 1}
|
||||
|
||||
Reference in New Issue
Block a user