Shuttle
DIAdiscord.js - Imagine an app
•Created by Shuttle on 3/21/2025 in #djs-questions
Issue with NASA APOD
Hey, I'm using discord.js v14 and I have a /nasa command that displays the nasa's astronomy picture of the day. But recently, the image is no longer showing in the embed, even if the url is correct. I tested sending the image embed with an online tool (embed generator) via a webhook, and the image is not showing at all. Here is the link: https://apod.nasa.gov/apod/image/2503/image_1236LeoTrio.JPG. Is there any reason to this? Is there a possibility that somehow nasa's api block the request to the image?? Btw I have no error in my console
11 replies
DIAdiscord.js - Imagine an app
•Created by Shuttle on 8/17/2023 in #djs-questions
Events vs Audit Logs
What is the preferred way to log actions happening in a guild ? For example if I want to log when a channel is created, should I use
Events.ChannelCreate
or AuditLogEvent.ChannelCreate
?6 replies