library: rpc: fix SET_ACTIVITY response type
Had a bad response type, did not affect usage with arRPC, however did not work with proper Discord RPC. Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
parent
7951106bee
commit
f0e6395a3e
@ -69,7 +69,7 @@ func (d *Client) SetActivity(act *Activity) (string, error) {
|
|||||||
|
|
||||||
nonce := uuid.New().String()
|
nonce := uuid.New().String()
|
||||||
|
|
||||||
_, _, err := validateRaw[Response[[]byte]](Heartbeat, "", "SET_ACTIVITY", nonce)(
|
_, _, err := validateRaw[Response[any]](Heartbeat, "", "SET_ACTIVITY", nonce)(
|
||||||
d, Heartbeat, Command[activityArgs]{
|
d, Heartbeat, Command[activityArgs]{
|
||||||
Arguments: activityArgs{
|
Arguments: activityArgs{
|
||||||
PID: os.Getpid(),
|
PID: os.Getpid(),
|
||||||
|
Loading…
Reference in New Issue
Block a user