Ashfinn / Panselo

Cute Phoenotopia Awakening discord presence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Panselo

Phoenotopia Awakening Discord Rich Presence

Add a cool Discord Rich Presence to your Phoenotopia Awakening game.

Overview

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.

Features

  • 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.

Getting Started

Prerequisites

  • Node.js: You need Node.js installed on your computer. You can download it from nodejs.org.

Installation

  1. Clone this repository to your local machine.
git clone https://github.com/your-username/your-repo.git
  1. Navigate to the project directory.
cd your-repo
  1. Install dependencies.
npm install

### Usage
  1. 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" in presence.js with your actual Client ID.
  2. 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).
  3. Add your game executable path to the .bat file.

  4. Run your presence script:

   node presence.js

About

Cute Phoenotopia Awakening discord presence


Languages

Language:JavaScript 70.7%Language:Batchfile 29.3%