who's jason

This commit is contained in:
Anna 2022-09-04 01:25:13 -04:00
parent eb9a5c7d46
commit 5d47133c84
1 changed files with 2 additions and 2 deletions

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")
);
});