Replies: 1 comment 1 reply
-
console.log(client.sessions.cache) // this should work
// if you want to make sure all sessions are there
client.sessions.fetch().then(() => {
console.log(client.sessions.cache)
}) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to know how to print the current logged in sessions of the discord account
Beta Was this translation helpful? Give feedback.
All reactions