tristankechlo/Create Discord Embed
creates the json-representation of a custom discord embed, used in my workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| released | if the mod files were published to curseforge and modrinth | yes | true |
| changelog | the changelog of this update | yes | — |
| version | the version of this update | yes | — |
| color | the color of the discord embed | yes | — |
| loaders | which loaders are supported by this release (comma separated and lowercase, e.g. 'fabric,forge') | yes | — |
| mod-name | the name of the mod | yes | — |
| curseforge | link to the curseforge page of the project | yes | — |
| modrinth | link to the modrinth page of the project | yes | — |
| github | link to the github repo | yes | — |
| thumbnail | small thumbnail in the upper right corner of the embed | yes | — |
| mention | the discord role to mention when posting the embed (formatted like <@&roleid>) | no | "" |
| filename | the name of the file where the cull embed content will be saved | yes | embed.json |
| curseforge-emoji | emoji to use as the curseforge logo | no | <:curseforge:938093919848267807> |
| modrinth-emoji | emoji to use as the modrinth logo | no | <:modrinth:977251171980963890> |
| github-emoji | emoji to use as the github logo | no | <:github:938091396785639434> |
| username | username of the webhook | no | TK's Mod Releases |
| avatar-url | url to the image, that is used as the avatar of the webhook | no | https://cdn.modrinth.com/data/UKDLi1GJ/d345468b19bfd5ffffa1ed070297a6a74535e9d6.png |
| changelog-split | if set, the provided changelog will be split at this position, only the first match will be used | no | **Full Changelog** |
Outputs
no outputs