📝 Description
This selfbot utilizes the Discord Rich Presence API to display custom statuses and activities. It's designed for personal use and allows for dynamic updates to your Discord presence, offering a fun way to personalize your profile. This project is primarily intended for learning and experimentation with the Discord API and Node.js.
✨ Key Features
- Customizable Rich Presence statuses.
- Dynamic updates based on various triggers (configurable).
- Simple and easy-to-use interface.
- Regular updates and bug fixes.
- Open-source and community-driven development.
🛠️ Tech Stack
- Node.js
- Discord.js (assumed, based on typical selfbot functionality)
🚀 Installation & Running
- Clone the repository:
git clone https://github.com/Gaeuly/selfbot-RPC.git
- Navigate to the project directory:
cd selfbot-RPC - Install dependencies:
npm install
- Start the bot: (Adapt the command based on the actual startup script in the repo, assuming it's
node server.jsor similar).node index.js
🤝 How to Contribute
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with clear and concise messages.
- Push your branch to your forked repository.
- Create a pull request, explaining your changes.