Skip to content

Commit

Permalink
fix error enum style
Browse files Browse the repository at this point in the history
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
  • Loading branch information
advaith1 and vladfrangu committed Jul 20, 2021
1 parent 0f2c36b commit 98f0c0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rest/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ export const enum RESTJSONErrorCodes {
UnknownGuildTemplate = 10057,

UnknownDiscoverableServerCategory = 10059,

UnknownSticker = 10060,
UnknownSticker,

UnknownInteraction = 10062,
UnknownApplicationCommand,
Expand Down

0 comments on commit 98f0c0c

Please sign in to comment.