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