aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-07-13 15:13:39 +0200
committerGravatar Leon Sandøy <[email protected]>2020-07-13 15:13:39 +0200
commited2368791870bd0b464391d9da7b13de15b322a3 (patch)
tree2d1ee56007b9ebdeff8ee5eed5f4f77feb10390a
parentAdd a way to respond to DMs. (diff)
Better docstring for DMRelay cog.
https://github.com/python-discord/bot/issues/667
-rw-r--r--bot/cogs/dm_relay.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/dm_relay.py b/bot/cogs/dm_relay.py
index df19000fe..c6206629e 100644
--- a/bot/cogs/dm_relay.py
+++ b/bot/cogs/dm_relay.py
@@ -15,7 +15,7 @@ log = logging.getLogger(__name__)
class DMRelay(Cog):
- """Debug logging module."""
+ """Relay direct messages to and from the bot."""
def __init__(self, bot: Bot):
self.bot = bot