We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0916ac6 commit 57a0fd7Copy full SHA for 57a0fd7
services/webhook/discord.go
@@ -103,7 +103,7 @@ var (
103
104
// https://discord.com/developers/docs/resources/message#embed-object-embed-limits
105
// Discord has some limits in place for the embeds.
106
-// According to some tests, there is no consistent limit for different characet sets.
+// According to some tests, there is no consistent limit for different character sets.
107
// For example: 4096 ASCII letters are allowed, but only 2490 emoji characters are allowed.
108
// To keep it simple, we currently truncate at 2000.
109
const discordDescriptionCharactersLimit = 2000
0 commit comments