thanks! I used this sample code and the token is correct, but it gets stuck at the login code #1342
lonely1215225
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
const {Client} = require('discord.js-selfbot-v13');
const client = new Client();
client.on('ready', async () => {
console.log(
${client.user.username} is ready!
);})
client.login()
Beta Was this translation helpful? Give feedback.
All reactions