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
When sending commands through client.chat, chat signing of command arguments is forced despite the client not having profile keys. This causes the "Can't sign message without profile keys, please set valid auth mode" error.
When sending commands through
client.chat
, chat signing of command arguments is forced despite the client not having profile keys. This causes the "Can't sign message without profile keys, please set valid auth mode" error.I don't know how chat signing works, but I assume it'll be as easy to fix as changing the signing line in signaturesForCommand to something like:
The text was updated successfully, but these errors were encountered: