b3ssel
DIAdiscord.js - Imagine an app
•Created by b3ssel on 12/7/2023 in #djs-questions
Fetching the audit logs not returning as wanted
What do I need to change to the
after:
property to only fetch the logs from a minute ago?
With this code snippet is returns the MemberKick
audit logs that happened way earlier than 1 minute ago of the created audit log entry, like if that after
property doesn't exist in the code.19 replies
DIAdiscord.js - Imagine an app
•Created by b3ssel on 12/4/2023 in #djs-questions
"ValidationError: Expected a string primitive" when adding options to a StringSelectMenuBuilder
Hey, got a question: I want to add a StringSelectMenuBuilder, and for the options I have this:
choices
is an Array[]
but when I do this later on in my code, I get the following error:
ValidationError: Expected a string primitive
when I log my optionsSSM
in the console, I get this (which in my eyes is a valid format to the StringSelectMenuBuilder
class):
6 replies