aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Den4200 <[email protected]>2021-03-28 12:16:16 -0400
committerGravatar Den4200 <[email protected]>2021-03-28 12:16:16 -0400
commit0ba1fb6919bf3c9df40d838cc1ccba650ce71d7a (patch)
tree00132377e0fde15a7001136b301cee41fdb7dbb0
parentForce cache to update for user history. (diff)
parentImprove `DMRelay` cog description. (diff)
Merge remote-tracking branch 'refs/remotes/origin/feat/dmrelay' into feat/dmrelay
-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 17316ff48..cc63a80fe 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