Add a cool Discord Rich Presence to your Phoenotopia Awakening game.
This project allows you to add a Discord Rich Presence to your Phoenotopia Awakening game, making it more interactive and engaging for your Discord friends to see what you're doing in the game.
- Displays your current in-game activity.
- Shows the game's icon as a large image.
- Provides additional details and text when hovering over the large image.
- Node.js: You need Node.js installed on your computer. You can download it from nodejs.org.
- Clone this repository to your local machine.
git clone https://github.com/your-username/your-repo.git
- Navigate to the project directory.
cd your-repo
- Install dependencies.
npm install
-
Configure your Discord Application ID:
- Go to the Discord Developer Portal.
- Create a new application or select an existing one.
- Copy the "Client ID" and replace
"YOUR_CLIENT_ID"
inpresence.js
with your actual Client ID.
-
Customize your presence:
- Modify the
presence.js
file to specify your game's executable path and other details (e.g., large image key, text, and activity details).
- Modify the
-
Add your game executable path to the .bat file.
-
Run your presence script:
node presence.js