LogicallySound
LogicallySound
Can reproduce in 1.17.1, here's my crash report: https://pastebin.com/779apA8k Relevant exception appears to be: `java.lang.NoSuchMethodError: 'void net.minecraft.class_318.method_1659(java.io.File, int, int, net.minecraft.class_276, java.util.function.Consumer)'`
Is it possible that this is related to #16 ?
@cnschu do you still want/need this?
In any case this one's a bit of a pickle as the entire point of using webhooks was to avoid having to authenticate to the Discord Web API and thus...
Yeah my thinking was that I'd need to deploy a small web application to handle the tokens and then I'd have to worry about stuff like CSRF. The alternative I've...
> I actually came to this repo thinking that this plugin could handle this. Using it on discord posting as some kind of BOT, is a no go. So what...
Yes if it's just an API key I can just ask the user to provide it (just as I do the webhook URL presently) and store it locally in the...
For reference, the other Discord plugin that I am aware of requires users to create their own application with Discord and then provide both the app ID and the client...
This is probably because I wrote this plugin before multi-actions where a thing. Seems like I'll need to make updates to the code while following the most recent version of...
Thanks for filing this issue. Actually, there's another nuance that makes this a bit more important: if you were to export your profile, with your webhook URLs on the buttons...