-
Hi. Amazing project here! I have a server up and running on Digital Ocean. Works beautifully. 🙏 When I put in a Here's my
*A sample of what's being POSTed:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hey @RickDT my apologies was moving cross country, i can take a look at this! |
Beta Was this translation helpful? Give feedback.
-
I'm using a bashscript, running outside of the container, using like this:
Im using this to send the information using webhooks (discord.sh):
To access the bashscript in execution again is just: |
Beta Was this translation helpful? Give feedback.
-
I am using this to run my container today:
And today i found this: Can you point me some directions? |
Beta Was this translation helpful? Give feedback.
@RickDT, so looking over the logic and catching myself back up. We ingest the webhook url and see if its a discord one:
If its a discord looking url we pass it over to the discord webhook manager structure. This structure converts it over to what discords looking for:
When it posts it follows the discord API spec found here:
https://discord.com/developers/docs/resources/channel#embed-object
As an action item, i should explain this better in the documentation <3 ill create a task for myself to upgrade that doc section :) hope this helps!