diff options
author | 2021-03-28 11:53:41 -0400 | |
---|---|---|
committer | 2021-03-28 11:53:41 -0400 | |
commit | 8cc27e52735d03273267012c0344acc54c602ea9 (patch) | |
tree | 66620b75fabf554e8719ef217d1543514d4bd04c | |
parent | Added 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.py | 2 |
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 |