who's jason

This commit is contained in:
Anna 2022-09-04 01:25:13 -04:00
parent 185b844ae2
commit f069677f59
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0

View File

@ -80,7 +80,7 @@ internal class Viewer {
this.Plugin.Config.ApiKey,
HttpMethod.Patch,
$"/messages/{message.Id}/votes",
null,
"application/json",
new StringContent("1")
);
});
@ -94,7 +94,7 @@ internal class Viewer {
this.Plugin.Config.ApiKey,
HttpMethod.Patch,
$"/messages/{message.Id}/votes",
null,
"application/json",
new StringContent("-1")
);
});