Closed SatoX69 closed 10 months ago
The core library
Tried using messgaeCreate message.reply, didn't work but it did log the message correctly, same with sendSlash, it didn't work
client.on('messageCreate', message => { console.log(message) // works if (message.content == "ping") message.reply("Pong") // didn't work })
3.1.3
Node.js v18
Replit (Linux I guess)
High (immediate attention needed)
No response
Replit blocks selfbots. Use a real machine.
Thank you, I used my VPS this time and it worked
Which package has the bugs?
The core library
Issue description
Tried using messgaeCreate message.reply, didn't work but it did log the message correctly, same with sendSlash, it didn't work
Code sample
Package version
3.1.3
Node.js version
Node.js v18
Operating system
Replit (Linux I guess)
Priority this issue should have
High (immediate attention needed)
Checklist
Additional Information
No response