TheOmenDen.StreamPulse.Scripting.Attributes.OnBitsInMessageAttributeMarks a method as a handler for a chat message that carried bits (a cheer in the message). The method
must accept (IScriptContext, BitsInMessageContext); the context carries the bits amount and the
message. A compiled graph bakes the authored minimum-bits threshold as a guard, so each handler responds
only at or above its own threshold.