Skip to content

Commit

Permalink
Removed }
Browse files Browse the repository at this point in the history
  • Loading branch information
surajkumar committed Apr 23, 2024
1 parent 495930a commit 3b2a97e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public DiscordRequestBuilder create() {
return new DiscordRequestBuilder()
.put()
.path(
"/channels/%s/messages/%s/reactions/%s}/@me"
"/channels/%s/messages/%s/reactions/%s/@me"
.formatted(channelId, messageId, emoji)
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public DiscordRequestBuilder create() {
return new DiscordRequestBuilder()
.delete()
.path(
"/channels/%s/messages/%s/reactions/%s}/%s"
"/channels/%s/messages/%s/reactions/%s/%s"
.formatted(channelId, messageId, emoji, userId)
);
}
Expand Down

0 comments on commit 3b2a97e

Please sign in to comment.