Closed
Description
Summary
guild.filesize_limit needs to be updated as discord has implemented a 25mb max for unboosted servers
Reproduction Steps
From their twitter https://twitter.com/discord/status/1645522780337885184?s=46&t=GXz0Gd7sSfmIDzGMOC6LoQ
The _PREMIUM_GUILD_LIMITS dict needs to be updated
https://github.com/Pycord-Development/pycord/blob/master/discord/guild.py#L327
Print out guild.filesize_limit
Minimal Reproducible Code
print(ctx.guild.fizesize_limit)
Expected Results
26214400
Actual Results
prints out 8388608
Intents
default, message_content, members
System Information
python -m discord -v
- Python v3.8.16-final
- py-cord v2.4.1-final
- aiohttp v3.8.4
- system info: Linux 5.15.49-linuxkit #1 SMP PREEMPT Tue Sep 13 07:51:32 UTC 2022
- ```
### Checklist
- [X] I have searched the open issues for duplicates.
- [X] I have shown the entire traceback, if possible.
- [X] I have removed my token from display, if visible.
### Additional Context
_No response_