wording changes

This commit is contained in:
Vexed01
2020-05-30 19:57:34 +01:00
parent 6a00c0ee7e
commit 219586d55d
3 changed files with 11 additions and 10 deletions

View File

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