I am new to discord.py and hence I was trying to learn how it works Got a curiosity if we can send large files via a bot I can send ones smaller than 8Mb but it shows error for larger files
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: HTTPException: 413 Payload Too Large (error code: 40005): Request entity too large
Is there some way to fix this?