Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connordoesdev/persistent-nicknames
A Discord Bot that stores nicknames in a MongoDB database and re-nicknames returning members when the re-join a specific server with the same nickname they had before they left.
https://github.com/connordoesdev/persistent-nicknames
Last synced: about 1 month ago
JSON representation
A Discord Bot that stores nicknames in a MongoDB database and re-nicknames returning members when the re-join a specific server with the same nickname they had before they left.
- Host: GitHub
- URL: https://github.com/connordoesdev/persistent-nicknames
- Owner: ConnorDoesDev
- License: other
- Created: 2022-11-05T13:09:31.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-08-30T22:17:14.000Z (about 1 year ago)
- Last Synced: 2023-09-09T08:27:23.269Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Persistent-Nicknames
#### A Discord Bot that stores nicknames in a MongoDB database and re-nicknames returning members when the re-join the server with the same nickname they had before they left.## Setup
1. Clone the repository
2. Run `npm install` to install the dependencies
3. Create a file called `config.json` in the root directory of the project
4. Add the following to the `config.json` file:
```json
{
"token": "YOUR_BOT_TOKEN",
"mongo": "YOUR_MONGODB_CONNECTION_STRING",
"DEL": "YOUR_DISCORDEXTREMELIST_API_KEY",
"clientID": "YOUR_BOT_CLIENT_ID"
}
```
5. Run `npm start` to start the bot## Usage
1. Invite the bot to your server
2. Give the bot the `Manage Nicknames` permission
3. Profit## License
This project is protected - see the [LICENSE](LICENSE) file for details## Privacy Policy
See the [PRIVACY](PRIVACY) file for details