emerald
emerald
DIAdiscord.js - Imagine an app
Created by vlad vollar on 8/2/2023 in #djs-questions
Problem with AuditLogs (MessageDelete)
? an entry isnt made in the audit log when a user deletes their own message
15 replies
DIAdiscord.js - Imagine an app
Created by vlad vollar on 8/2/2023 in #djs-questions
Problem with AuditLogs (MessageDelete)
you could check if your auditLogEntry createdTimestamp was in the last 5 seconds and if it isn't return the author of the message but this could have some flaws like for example if a bot deletes a message it could confuse that with the author deleting their own message
15 replies
DIAdiscord.js - Imagine an app
Created by vlad vollar on 8/2/2023 in #djs-questions
Problem with AuditLogs (MessageDelete)
because you're fetching the latest log and deleting your own message doesn't create a log. you could create a work around by checking if the log was created in the past 5 seconds
15 replies
DIAdiscord.js - Imagine an app
Created by Mulo on 10/25/2022 in #djs-questions
MODALS - check all fields?
you can use .setRequired(true)
5 replies
DIAdiscord.js - Imagine an app
Created by Knabbiii ♡ ˚₊‧⁺˖ on 10/6/2022 in #djs-questions
Embed is not showing emoji, only the name
make sure the id and or name is correct (i'm pretty sure the name is case sensitive) and if it isn't animated remove the "a"
7 replies
DIAdiscord.js - Imagine an app
Created by Knabbiii ♡ ˚₊‧⁺˖ on 10/6/2022 in #djs-questions
Embed is not showing emoji, only the name
is the bot in the server the emoji is in
7 replies