Merge pull request #401 from aryanp-86/discord_limit_fix

Increase Discord Message Character Limit for Better Compatibility
This commit is contained in:
Nevo David 2024-10-27 16:14:54 +07:00 committed by GitHub
commit 48634c554b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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