Skip to content

Commit e482972

Browse files
committed
feat: Set new description limit.
1 parent 364017a commit e482972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BetterEmbed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const limits = {
4343
name: 256,
4444
},
4545
title: 256,
46-
description: 2048,
46+
description: 4096,
4747
footer: {
4848
text: 2048,
4949
},

0 commit comments

Comments
 (0)