flxckn
flxckn
DIAdiscord.js - Imagine an app
Created by flxckn on 9/26/2023 in #djs-questions
is there a good way to respond to user dm once
thanks, i got it to work
25 replies
DIAdiscord.js - Imagine an app
Created by flxckn on 9/26/2023 in #djs-questions
is there a good way to respond to user dm once
Don't I need firstMessage.content
25 replies
DIAdiscord.js - Imagine an app
Created by flxckn on 9/26/2023 in #djs-questions
is there a good way to respond to user dm once
That was a string
25 replies
DIAdiscord.js - Imagine an app
Created by flxckn on 9/26/2023 in #djs-questions
is there a good way to respond to user dm once
Oops
25 replies
DIAdiscord.js - Imagine an app
Created by flxckn on 9/26/2023 in #djs-questions
is there a good way to respond to user dm once
The new specified message
25 replies
DIAdiscord.js - Imagine an app
Created by flxckn on 9/26/2023 in #djs-questions
is there a good way to respond to user dm once
ima test rq
25 replies
DIAdiscord.js - Imagine an app
Created by flxckn on 9/26/2023 in #djs-questions
is there a good way to respond to user dm once
const messages = await message.channel.messages.fetch({ limit: 100 })
const firstMessage = messages.filter(message => message.author.id == NewClient.user.id).first()

if (firstMessage === data.DMMessage) return;
const messages = await message.channel.messages.fetch({ limit: 100 })
const firstMessage = messages.filter(message => message.author.id == NewClient.user.id).first()

if (firstMessage === data.DMMessage) return;
is this proper
25 replies
DIAdiscord.js - Imagine an app
Created by flxckn on 9/26/2023 in #djs-questions
is there a good way to respond to user dm once
Ah
25 replies
DIAdiscord.js - Imagine an app
Created by flxckn on 9/26/2023 in #djs-questions
is there a good way to respond to user dm once
If I need to filter for the first message from the bot, how would I do that?
25 replies
DIAdiscord.js - Imagine an app
Created by flxckn on 9/26/2023 in #djs-questions
is there a good way to respond to user dm once
Wait but.
25 replies
DIAdiscord.js - Imagine an app
Created by flxckn on 9/26/2023 in #djs-questions
is there a good way to respond to user dm once
Ah okay.
25 replies
DIAdiscord.js - Imagine an app
Created by flxckn on 9/26/2023 in #djs-questions
is there a good way to respond to user dm once
What if the message content has like new lines and other special characters. Would such still be comparable well?
25 replies
DIAdiscord.js - Imagine an app
Created by flxckn on 9/26/2023 in #djs-questions
is there a good way to respond to user dm once
I see.
25 replies