From a37c390618a436fe01e18ce52a5598de1b11cdf4 Mon Sep 17 00:00:00 2001 From: Numerlor <25886452+Numerlor@users.noreply.github.com> Date: Mon, 2 Aug 2021 15:03:59 +0200 Subject: Use "message" in docstring for consistency --- bot/exts/info/tags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3