NoTrigger: prepend, not append

[skip ci]
This commit is contained in:
James Lu 2017-11-10 10:01:19 -08:00
parent e471a02cd4
commit afabf73705

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