You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to put links to the files uploaded to each platform in discord.content rather than using embeds, since that gives me more control over the formatting.
Are these links exposed? I couldn't find where.
If not, could this be added?
The text was updated successfully, but these errors were encountered:
I really want to provide a way to fully customise the discord content but I am struggling to think of an ergomic way of doing it. Do you have any suggestions?
I think having a couple presets like you suggested in #28 would be good, paired with ways to override the content and/or the embed(s) that provide access to the links.
As for exposing the links, would setting the content/embeds like this make sense?
discord.supplyContent(links -> {
// return String with links
})
discord.supplyEmbeds(links -> {
// return Iterable<DiscordAPI.Embed> with links
})
where links has a getter for each link (and returns Optional/Provider/@Nullable)
IDK a lot about making groovy DSLs, so IDK if there's a nicer way to provide the links when they're ready.
I'd like to put links to the files uploaded to each platform in
discord.content
rather than using embeds, since that gives me more control over the formatting.Are these links exposed? I couldn't find where.
If not, could this be added?
The text was updated successfully, but these errors were encountered: