Skip to content

Commit

Permalink
Fix compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
HopeBaron committed Aug 2, 2021
1 parent fb5085c commit d1bf947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest/src/main/kotlin/json/JsonErrorCode.kt
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ enum class JsonErrorCode(val code: Int) {
*
* [JSON Error Codes](https://github.com/discord/discord-api-docs/blob/master/docs/topics/Opcodes_and_Status_Codes.md#json-error-codes)
*/
MaxActiveAnnouncementThreads(160007);
MaxActiveAnnouncementThreads(160007),

OperationOnAchievedThread(50083),

Expand Down

0 comments on commit d1bf947

Please sign in to comment.