You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.
I've been told this is "how it works", and to "include a space in the prefix", but the latter then only works for one space. I have fixed this in my bot by overriding StringView.get_word, which originally stops looking for a word at the first space it encounters, instead of the first space after a non-space char.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've been told this is "how it works", and to "include a space in the prefix", but the latter then only works for one space. I have fixed this in my bot by overriding
StringView.get_word
, which originally stops looking for a word at the first space it encounters, instead of the first space after a non-space char.The text was updated successfully, but these errors were encountered: