Search code examples
pythonc#filediscordstatus

Set Custom Discord Status when running/starting a Program


I am working on a application, where it would be cool to change the Status of your Discord User you are currently logged in to. For example when i start the appplication then the Status should change to something like "Playing Program" and when you click on the User's Status then it should display the Image of the Program.

Now i wanted to ask if this is somehow possible to make and in which programming Languages is it makeable?

EDIT: Solved the Problem with pypresence


Solution

  • The question is not if a certain programming language can do this, but if the Discord API can do it or if you have to use other ways than the official API.

    I would advise you to take a closer look at https://discordapp.com/developers/docs/intro first.