How do I detect when the client recives a direct message? #510
-
what I'm looking for:
I'm looking for what to put between the two |
Beta Was this translation helpful? Give feedback.
Answered by
aiko-chan-ai
Jan 30, 2023
Replies: 1 comment 9 replies
-
What library did you use before? client.on("messageCreate", (message) => {
// Code
}) |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
Lilyp3892
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What library did you use before?