
EpicGames is a brayanbot addon that alerts whenever a new game is free on EpicGames



Lang:
JSON:
{
"Announcement": {
"Content": "New game is free <@&943553928363143218>",
"Embeds": [
{
"title": "{game_title}",
"description": "[Claim your free game copy right here!](https://www.epicgames.com/store/p/{game_urlSlug})",
"image": "{game_thumbnail}",
"Fields": [
{
"Name": "Start date",
"Value": "<t:{game_sale_start}>",
"Inline": false
},
{
"Name": "End date",
"Value": "<t:{game_sale_end}>",
"Inline": true
},
{
"Name": "Price",
"Value": "${game_price} --> FREE",
"Inline": false
}
],
"Footer": "Normally I would tell you to go to another channel for the noti role but we dont have it!"
}
]
}
}
YAML:
AutoPostChannel: free-games
