client.user = null and etc #761
Replies: 1 comment 2 replies
-
const { Client } = require('discord.js-selfbot-v13');
const client = new Client();
client.login('my cool token').then(() => {
console.log(client)
}); |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
epic-shen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For some reason, all information about the user is null
The part of the json that the code returns
Beta Was this translation helpful? Give feedback.
All reactions