BestSpark687090
DIAdiscord.js - Imagine an app
•Created by BestSpark687090 on 8/18/2024 in #djs-questions
Attempting to react to messages older than bot does not work
Got it, thanks.
5 replies
DIAdiscord.js - Imagine an app
•Created by BestSpark687090 on 8/18/2024 in #djs-questions
Attempting to react to messages older than bot does not work
[email protected]
Node.JS v20.16.0
5 replies
DIAdiscord.js - Imagine an app
•Created by BestSpark687090 on 12/22/2022 in #djs-questions
How to get most recent messages from channel
Here's the code:
https://github.com/BestSpark687090/Visual-Studio-Code-Projects/blob/master/gamebot/bot.js
7 replies
DIAdiscord.js - Imagine an app
•Created by BestSpark687090 on 12/22/2022 in #djs-questions
How to get most recent messages from channel
I did that, but when i console.log it, it is undefined.
7 replies
DIAdiscord.js - Imagine an app
•Created by BestSpark687090 on 12/22/2022 in #djs-questions
How to get most recent messages from channel
7 replies
DIAdiscord.js - Imagine an app
•Created by BestSpark687090 on 12/22/2022 in #djs-questions
ExpectValidationError expected
ok its working
13 replies
DIAdiscord.js - Imagine an app
•Created by BestSpark687090 on 12/22/2022 in #djs-questions
ExpectValidationError expected
i put it in the execute, not the data
13 replies
DIAdiscord.js - Imagine an app
•Created by BestSpark687090 on 12/22/2022 in #djs-questions
ExpectValidationError expected
wait hold on i think i put it in the wrong place
13 replies
DIAdiscord.js - Imagine an app
•Created by BestSpark687090 on 12/22/2022 in #djs-questions
ExpectValidationError expected
Nope, still same error
13 replies
DIAdiscord.js - Imagine an app
•Created by BestSpark687090 on 12/22/2022 in #djs-questions
ExpectValidationError expected
ok
13 replies
DIAdiscord.js - Imagine an app
•Created by BestSpark687090 on 12/22/2022 in #djs-questions
ExpectValidationError expected
So just have
return option
at the end?13 replies
DIAdiscord.js - Imagine an app
•Created by BestSpark687090 on 12/22/2022 in #djs-questions
ExpectValidationError expected
13 replies
DIAdiscord.js - Imagine an app
•Created by BestSpark687090 on 12/16/2022 in #djs-questions
How do I edit a message using message.edit()?
oh i got it working
30 replies
DIAdiscord.js - Imagine an app
•Created by BestSpark687090 on 12/16/2022 in #djs-questions
How do I edit a message using message.edit()?
here's what i'm doing to try to save the message (probably definetly not correct):
channel.send(cmd).then(message)
30 replies
DIAdiscord.js - Imagine an app
•Created by BestSpark687090 on 12/16/2022 in #djs-questions
How do I edit a message using message.edit()?
just a guess tho
30 replies
DIAdiscord.js - Imagine an app
•Created by BestSpark687090 on 12/16/2022 in #djs-questions
How do I edit a message using message.edit()?
and it's still same error, would it be channel.message.edit?
30 replies
DIAdiscord.js - Imagine an app
•Created by BestSpark687090 on 12/16/2022 in #djs-questions
How do I edit a message using message.edit()?
i'm gonna guess that's a yes
30 replies
DIAdiscord.js - Imagine an app
•Created by BestSpark687090 on 12/16/2022 in #djs-questions
How do I edit a message using message.edit()?
ok so you don't want me to add the promise and just do message = channel.send(msg)?
30 replies
DIAdiscord.js - Imagine an app
•Created by BestSpark687090 on 12/16/2022 in #djs-questions
How do I edit a message using message.edit()?
i had it saved as a variable called message, so it would be with the msg param
message = msg;
30 replies
DIAdiscord.js - Imagine an app
•Created by BestSpark687090 on 12/16/2022 in #djs-questions
How do I edit a message using message.edit()?
so then you save it as message?
30 replies