iReqen
iReqen
KKord
Created by iReqen on 12/6/2024 in #help
Adding a file to a message using getResourceAsStream
val imageStream = javaClass.getResourceAsStream("/images/headerLink.png")
?: throw IllegalArgumentException("Image not found: /images/headerLink.png")
val imageStream = javaClass.getResourceAsStream("/images/headerLink.png")
?: throw IllegalArgumentException("Image not found: /images/headerLink.png")
Is there an easy way to load an image like this and use it with the addFile function?
6 replies
KKord
Created by iReqen on 12/5/2024 in #help
Embed markdown for headers not working properly
No description
19 replies