Skip to content

Commit

Permalink
fix fields numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF committed Sep 29, 2023
1 parent 8c7089b commit a8656fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/discord.proto
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ message DiscordEmbeds {

message CreateRequest {
string content = 1;
repeated DiscordEmbeds embeds = 3;
repeated DiscordEmbeds embeds = 2;
}

message CreateResponse {
Expand Down

0 comments on commit a8656fe

Please sign in to comment.