From afabf73705c8a2738236409deeeeaf580a4e0571 Mon Sep 17 00:00:00 2001 From: James Lu Date: Fri, 10 Nov 2017 10:01:19 -0800 Subject: [PATCH] NoTrigger: prepend, not append [skip ci] --- NoTrigger/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NoTrigger/README.md b/NoTrigger/README.md index d18ce24..8e8e649 100644 --- a/NoTrigger/README.md +++ b/NoTrigger/README.md @@ -50,7 +50,7 @@ This is slightly harder to parse, but we essentially check if a message matches Now our bot is really foolproof, right? -Almost! What about color stripping modes? We'll have to append messages with a space too if those are set... +Almost! What about color stripping modes? We'll have to prepend matching messages with a space too if those are set... #### Before: ```