aiko-chan-ai / discord.js-selfbot-v13

An unofficial discord.js fork for creating selfbots
https://discordjs-self-v13.netlify.app
GNU General Public License v3.0
777 stars 165 forks source link

.reply and .sendSlash not working #1021

Closed SatoX69 closed 8 months ago

SatoX69 commented 8 months ago

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

client.on('messageCreate', message => {
console.log(message) // works
if (message.content == "ping") message.reply("Pong") // didn't work
})

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

VillainsRule commented 8 months ago

Replit blocks selfbots. Use a real machine.

SatoX69 commented 8 months ago

Replit blocks selfbots. Use a real machine.

Thank you, I used my VPS this time and it worked