From 050858519436f5040853b18d0d48dc586336099a Mon Sep 17 00:00:00 2001 From: blank X Date: Sat, 28 Nov 2020 18:10:12 +0700 Subject: [PATCH] Change "command without dot" to "command without prefix" --- sukuinote/plugins/nekos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sukuinote/plugins/nekos.py b/sukuinote/plugins/nekos.py index 053e260..842a540 100644 --- a/sukuinote/plugins/nekos.py +++ b/sukuinote/plugins/nekos.py @@ -48,4 +48,4 @@ else: func = None help_text += '{prefix}' + i.lower() + f' - Gets a {"gif" if "gif" in i else "picture"} of {i.lower()}\n' break - help_dict['nekos'] = ('Nekos.life', help_text + '\nCan also be activated inline with: @{bot} <command without dot>') + help_dict['nekos'] = ('Nekos.life', help_text + '\nCan also be activated inline with: @{bot} <command without prefix>')