NoTrigger: prepend, not append

[skip ci]

(cherry picked from commit afabf73705c8a2738236409deeeeaf580a4e0571)
This commit is contained in:
James Lu 2017-11-10 10:01:19 -08:00
parent b6a1e2aca7
commit edf9d716ab

View File

@ -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:
```