#Is it possible to use discordjs for activity manager purposes?

23 messages · Page 1 of 1 (latest)

rocky falcon
#

Hi there! I am new to this development sphere. I am looking to make an application very similar to VSCord, an extension for VSCode that gives a discord user vscode rich presence/activity.
I am a bit confused on the current documentation and tools to achieve javascript activity management, so I was wondering if anyone has any knowledge of this?

I am looking to connect and manage user activities in Javascript, but make no actual bots. Do you know of any libraries I could use? Libraries compatible with webpack too?

maiden matrix
#

• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.

rocky falcon
spice ridge
#

Rich presence doesnt really have anything to do with bots

rocky falcon
#

Yes. I see these docs say it is deprecated soon and such and I am confused. I am not trying to develop a bot. I am simply trying to work with rich presence. i believe I have it working now with this code, but I am having problems with node schemes and such.
thank you for your input!

fallow sequoia
#

the SDK is deprecated

#

not the protocol itself

#

cause that is to protocol, not the sdk

rocky falcon
#

oh oke. thank you!

#

initially I was working with

#

that

#

but I couldn't use it further because it contains scheme urls to import stuff from node that are not supported by webpack (to my understanding)

#

the node:crypto is a good example
webpack could not resolve that

fallow sequoia
#

don't run that in the display layer (or whatever it's called - the website imitation you interact with)

#

but in app layer

rocky falcon
#

oooh ok
i didn;t know this. I will look into that. Thank you so much!! this really helps - I am very new to the js sphere :)

fallow sequoia
#

actually, no wait, i misread. what i said applies to electron, not webpack

#

i need to go to sleep

#

i don't think i know the answer for webpack though, someone else would have to chime in.