Eli Soli
Explore posts from serversDIAdiscord.js - Imagine an app
•Created by Eli Soli on 9/27/2024 in #djs-questions
ClientUser.setActivity
Hello everybody!
I'm trying to implement in my project the feature that allows the user to show a presence on Discord just using their authentication token. For it I'm using the modified Discord.js script provided at https://github.com/seia-soto/chrome-discord-presence.
My question is how can I use https://discord.js.org/docs/packages/discord.js/14.16.2/ClientUser:Class#setActivity to show a presence as customized as https://github.com/pandasoli/nekovim/raw/master/docs/final-preview.gif ? The documentation of
ClientUser.setActivity
doesn't say anything about changing the images.
PS: The script works and as far as I tested all the features currently described in the documentation of ClientUser.setActivity
work.10 replies
DIAdiscord.js - Imagine an app
•Created by Eli Soli on 3/8/2024 in #djs-questions
Set activity with user ID
Hello everybody.
I'm coding something related to Discord presence. And I already created a full design for the project but I heard about Discord.js being able to set an activity just with the user's ID.
So I decided to ask the experts if this is true before driving into Discord.js for weeks just to check this.
5 replies