Skip to content

Commit 57a0fd7

Browse files
authored
Update services/webhook/discord.go
1 parent 0916ac6 commit 57a0fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/webhook/discord.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ var (
103103

104104
// https://discord.com/developers/docs/resources/message#embed-object-embed-limits
105105
// Discord has some limits in place for the embeds.
106-
// According to some tests, there is no consistent limit for different characet sets.
106+
// According to some tests, there is no consistent limit for different character sets.
107107
// For example: 4096 ASCII letters are allowed, but only 2490 emoji characters are allowed.
108108
// To keep it simple, we currently truncate at 2000.
109109
const discordDescriptionCharactersLimit = 2000

0 commit comments

Comments
 (0)