DiscordSRV

DiscordSRV

86.8k Downloads

API: Sending message as webhook

kangarko opened this issue ยท 2 comments

commented

Hey there,

I wonder how I can send a message from Minecraft to Discord using your API as webhook? Tried TextChannel#sendMessage but it just sends it through the universal bot. My players requested something like this:

Screenshot 2021-02-03 at 11 50 46

Thanks so much!

commented

You can make use of the deliverMessage* methods in our WebhookUtil

Also if you get a chance, take a look at kangarko/ChatControl-Red#603 - the user is still having the issue and it apparently only happens with messages from DiscordSRV, though I haven't spotted anything obviously wrong on our side. I also believe they might be on our development builds which introduced RGB (see develop branch or version 1.22.0-SNAPSHOT)

commented

Thanks so much, of course I'll help him out and thanks to you for your instructions :)