mirror of
https://github.com/TheNetsky/Microsoft-Rewards-Script.git
synced 2026-01-11 19:06:18 +00:00
Remove thumbnail and icon_url from ConclusionWebhook
Removed thumbnail and icon_url from footer.
This commit is contained in:
@@ -255,12 +255,8 @@ export async function ConclusionWebhookEnhanced(config: Config, data: Conclusion
|
|||||||
inline: false
|
inline: false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
thumbnail: {
|
|
||||||
url: 'https://media.discordapp.net/attachments/1421163952972369931/1421929950377939125/Gc.png'
|
|
||||||
},
|
|
||||||
footer: {
|
footer: {
|
||||||
text: `Microsoft Rewards Bot v${data.version} • Completed at`,
|
text: `Microsoft Rewards Bot v${data.version} • Completed at`
|
||||||
icon_url: 'https://media.discordapp.net/attachments/1421163952972369931/1421929950377939125/Gc.png'
|
|
||||||
},
|
},
|
||||||
timestamp: new Date().toISOString()
|
timestamp: new Date().toISOString()
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user