fix: Discord character limit changed to avoid message truncation

This commit is contained in:
Aryan Pokharkar 2024-10-27 14:23:26 +05:30
parent 05a24fe020
commit 35c017a26f
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ export default withProvider(
undefined,
DiscordDto,
undefined,
280
1980
);