aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dennis Pham <[email protected]>2021-03-28 11:53:41 -0400
committerGravatar GitHub <[email protected]>2021-03-28 11:53:41 -0400
commit8cc27e52735d03273267012c0344acc54c602ea9 (patch)
tree66620b75fabf554e8719ef217d1543514d4bd04c
parentAdded a newline to space out some code. (diff)
Improve `DMRelay` cog description.
Co-authored-by: Joe Banks <[email protected]>
-rw-r--r--bot/exts/moderation/dm_relay.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/moderation/dm_relay.py b/bot/exts/moderation/dm_relay.py
index 1d57862d9..2b897c0ed 100644
--- a/bot/exts/moderation/dm_relay.py
+++ b/bot/exts/moderation/dm_relay.py
@@ -12,7 +12,7 @@ log = logging.getLogger(__name__)
class DMRelay(Cog):
- """Relay direct messages from the bot."""
+ """Inspect messages sent to the bot."""
def __init__(self, bot: Bot):
self.bot = bot