aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Numerlor <[email protected]>2021-08-02 15:03:59 +0200
committerGravatar Numerlor <[email protected]>2021-08-02 15:03:59 +0200
commita37c390618a436fe01e18ce52a5598de1b11cdf4 (patch)
tree8624021834a9c8e3dfbb2076f32088276a4531c5
parentMove assignment to its own line instead of using an assignment expr (diff)
Use "message" in docstring for consistency
-rw-r--r--bot/exts/info/tags.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/info/tags.py b/bot/exts/info/tags.py
index 884e8e10f..8d4073342 100644
--- a/bot/exts/info/tags.py
+++ b/bot/exts/info/tags.py
@@ -366,7 +366,7 @@ class Tags(Cog):
With no arguments, list all accessible tags
- Returns True if something was sent, or if the tag is on cooldown.
+ Returns True if a message was sent, or if the tag is on cooldown.
Returns False if no message was sent.
""" # noqa: D205, D415
if tag_name_or_group is None and tag_name is None: