Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javadkarami-com/discord-presence-changer
Discord multi Account handler for fake account's
https://github.com/javadkarami-com/discord-presence-changer
backend discord discord-js disord-sel nodejs
Last synced: about 3 hours ago
JSON representation
Discord multi Account handler for fake account's
- Host: GitHub
- URL: https://github.com/javadkarami-com/discord-presence-changer
- Owner: Javadkarami-com
- Created: 2022-02-18T19:53:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T09:11:01.000Z (about 9 hours ago)
- Last Synced: 2025-02-12T10:26:50.786Z (about 8 hours ago)
- Topics: backend, discord, discord-js, disord-sel, nodejs
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord Presence Changer
This project allows you to automatically change your Discord presence (status, activity, and voice channel) for multiple accounts simultaneously.
## Installation
1. Clone the repository:
```
git clone https://github.com/Javadkarami-com/Discord-Presence-Changer.git
```2. Install the required dependencies:
```
cd discord-presence-changer
npm install
```3. Configure the `setting.json` file:
- `channelId`: The ID of the voice channel you want the accounts to join.
- `tokens`: An array of Discord bot tokens for the accounts you want to use.
- `ActivityName`: An array of activity names to be used.
- `status`: An array of status options to be used.
- `ActivityType`: An array of activity types to be used.## Usage
1. Run the script:
```
node index.js
```The script will log in to each account, set the status, activity, and join the specified voice channel.
## Contributing
If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request. Contributions are welcome!
1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Make your changes and test them.
4. Commit your changes and push the branch.
5. Submit a pull request.