Code Monkey home page Code Monkey logo

Comments (4)

Cannicide avatar Cannicide commented on July 19, 2024 1

I don't think they post the IDs anywhere, as these activities aren't actually meant to be used anywhere outside of the Discord Games Lab server at the moment. As for how I did it, I devised a trick to retrieve the ID from the icon of the activity. You'll notice that if you hover over a voice channel when people are playing a specific activity, it will show what activity they are playing along with its icon. I figured it would make sense that the ID of the activity would be part of that activity's icon URL. Sure enough, the URL of app icons follows the following format:

https://cdn.discordapp.com/app-assets/<app-id>/<asset-id>.png

So from the icon's URL, you can obtain the app's ID. Assuming, of course, that people are playing the activity in the Discord Games Lab server. I used the dev console (i.e. "inspect element") to obtain the URL of the icon, which was the following:

https://cdn.discordapp.com/app-assets/832013003968348200/904775325026750464.png

And consequently extracted the activity's ID from there.

from discord-together.

biologyscience avatar biologyscience commented on July 19, 2024

About an hour ago, Discord put out a new "Checkers in the Park" activity similar to the existing "Chess in the Park." I believe I have retrieved the activity's ID, so it can now be added to this package.

Activity ID: 832013003968348200

The first thing for me was to come here to see any updates for the package regarding the checkers ID, thank you so much for updating.
And btw, how did you get the ID ? Like did they post it somewhere in the channels ?

from discord-together.

biologyscience avatar biologyscience commented on July 19, 2024

@Cannicide
I was literally about to tell you that I found out with this same exact way 😂
Anyways thank you 😃

from discord-together.

RemyK888 avatar RemyK888 commented on July 19, 2024

Thank you very much, I'll update the package today !

from discord-together.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.