diff options
| author | 2021-03-17 18:33:07 +0000 | |
|---|---|---|
| committer | 2021-03-17 18:33:07 +0000 | |
| commit | 61e17c893d2bfa8969396b6212c2b3a0190bd636 (patch) | |
| tree | e68c61fc41619fd6ff2d839350148905219758ae | |
| parent | Improve trace message. (diff) | |
Improve availible channel embed footer
| -rw-r--r-- | bot/exts/help_channels/_message.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/help_channels/_message.py b/bot/exts/help_channels/_message.py index 011b4cdbe..ec2daab45 100644 --- a/bot/exts/help_channels/_message.py +++ b/bot/exts/help_channels/_message.py @@ -28,7 +28,7 @@ For more tips, check out our guide on **[asking good questions]({ASKING_GUIDE_UR AVAILABLE_TITLE = "Available help channel" -AVAILABLE_FOOTER = "Closes after being idle for some time, or when you send !close." +AVAILABLE_FOOTER = "Closes after a period of inactivity, or when you send !close." DORMANT_MSG = f""" This help channel has been marked as **dormant**, and has been moved into the **Help: Dormant** \ |