Skip to content

Commit

Permalink
bool embed inline
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF committed Sep 29, 2023
1 parent 07f9eb8 commit d6cb473
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 @@ -12,7 +12,7 @@ service Discord {
message DiscordEmbedsFields {
string name = 1;
string value = 2;
string inline = 3;
bool inline = 3;
}

message DiscordEmbeds {
Expand Down

0 comments on commit d6cb473

Please sign in to comment.