Skip to content

Commit

Permalink
Update Client.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Nov 21, 2024
1 parent 21cc960 commit c1be4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ class Client extends EventsEmitter {
if (typeof image !== "string")
throw new TypeError(`GLUON: Image is not a string. Got ${typeof image}`);

return this.request.makeRequest("createClientEmoji", [this.user.id], {
return this.request.makeRequest("postAddClientEmoji", [this.user.id], {
name,
image,
});
Expand Down

0 comments on commit c1be4ce

Please sign in to comment.