diff options
| author | 2020-07-13 15:13:39 +0200 | |
|---|---|---|
| committer | 2020-07-13 15:13:39 +0200 | |
| commit | ed2368791870bd0b464391d9da7b13de15b322a3 (patch) | |
| tree | 2d1ee56007b9ebdeff8ee5eed5f4f77feb10390a | |
| parent | Add 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.py | 2 |
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 |