-
-
Notifications
You must be signed in to change notification settings - Fork 528
Description
💡 The Idea
Hello,
I am trying to have a notification like that :

I already have the json behind that which is :
{ "wait": true, "tag":"discord", "username": "Backup bot", "body":"test", "avatarurl": "https://i.imgur.com/hRaOk6m.png", "embeds": [{ "": "", "title": "Backup resume ()", "author": { "": "" }, "thumbnail": { }, "image": { "": "" }, "fields": [{"name": "Status", "value": "", "inline": true},{"name": "Folders", "value": "", "inline": true},{"name": "Size", "value": "()", "inline": true},{"name": "Time", "value": "", "inline": false},{"name": "Free space disk", "value": "", "inline": true} ], "footer": { "":"" } }], "embeds": [{ "": "", "title": "Backup resume ()", "author": { "": "" }, "thumbnail": { }, "image": { "": "" }, "fields": [{"name": "Status", "value": "", "inline": true},{"name": "Folders", "value": "", "inline": true},{"name": "Size", "value": "()", "inline": true},{"name": "Time", "value": "", "inline": false},{"name": "Free space disk", "value": "", "inline": true} ], "footer": { "":"_" } }] }
when I simply trying this :
I already try to play withj markdown and json without no effect
