mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat(bot): bump non-nitro file size limit to 25mb
This commit is contained in:
parent
eefbaf0c1d
commit
3bac8816d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue