Disable Discord webhook upload temporarily
Comment out Discord webhook upload logic for debugging.
This commit is contained in:
parent
7233da8529
commit
a791e03ae4
1 changed files with 3 additions and 3 deletions
|
|
@ -90,9 +90,9 @@ async function main() {
|
||||||
await Upload.Story(`./temp/${YYMMDD}-story.png`, YYMMDD);
|
await Upload.Story(`./temp/${YYMMDD}-story.png`, YYMMDD);
|
||||||
console.timeEnd("📤 | Upload Story");
|
console.timeEnd("📤 | Upload Story");
|
||||||
|
|
||||||
console.time("🤖 | Discord Webhook");
|
// console.time("🤖 | Discord Webhook");
|
||||||
await Discord(YYMMDD);
|
// await Discord(YYMMDD);
|
||||||
console.timeEnd("🤖 | Discord Webhook");
|
// console.timeEnd("🤖 | Discord Webhook");
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("❌ | Error during image creation or upload:", error);
|
console.error("❌ | Error during image creation or upload:", error);
|
||||||
} finally {
|
} finally {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue