feat(bot): bump non-nitro file size limit to 25mb

This commit is contained in:
spiral 2023-04-15 12:16:58 -04:00
parent eefbaf0c1d
commit 3bac8816d2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ public static class GuildExtensions
default:
case PremiumTier.NONE:
case PremiumTier.TIER_1:
return 8;
return 25;
case PremiumTier.TIER_2:
return 50;
case PremiumTier.TIER_3: