aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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