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 Jul 21, 2020. It is now read-only.
How do you go about sending a whisper? The only method i can seem to use is msg
socket.call('msg', [
@${data.user_name} Hello]);
I tried
socket.call('whisper', [
@Testy1234t Hello]);
and
socket.call('{"type":"method","method":"whisper","arguments":["Testy1234t","test"]}');
The text was updated successfully, but these errors were encountered: