Hi, you need to update Better Chat plugin, cause in Better Chat v 5.1.0 API was updated. The problem is in there "Renamed Text to Message in OnBetterChat hook data". So if you got some related plugins to Better Chat it may cause other problems which should be fixed by updating them (if author keep watching them).
If you dont want all these problems you can manually edit 442 line and change this "string message = dict["Message"].ToString();" back to the old one version "string message = dict["Text"].ToString();"
Merged post
my bad, 439 line