Conversation
No, that shouldn't be an issue. |
|
I'm curious, what do you use these values for? Hardcoding them into Kord might be an issue if Discord increases them at some point. |
These ones in particular, I only have one instance where I use them, because for the most part I use embeds. But same as I know that hardcoding might be an issue, but either you hardcode them here or you hardcode them youself in your implementation, and since we already have If the value is updated, I would have to update my hardcoded values anyway. If I'm using the constants from here, I would temporarily replace them with my own constants, while the value here is updated. |
Similar to
EmbedBuilder.Limits, added one forMessageBuilder, altough this one is an interface, so I'm not sure if there are any side effects to this?Also, I'm missing one for files/attachments, but then when I saw that they are two separate fields, I wasn't sure how to do it.