Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bartolumiu/pkstaffmanagement
https://github.com/bartolumiu/pkstaffmanagement
discord discordjs-v14 pokemon slash-commands v14
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bartolumiu/pkstaffmanagement
- Owner: Bartolumiu
- License: apache-2.0
- Created: 2022-12-18T22:08:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T08:41:19.000Z (4 months ago)
- Last Synced: 2024-09-13T22:00:39.892Z (4 months ago)
- Topics: discord, discordjs-v14, pokemon, slash-commands, v14
- Language: JavaScript
- Homepage: https://pk.tr25.es
- Size: 434 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Pokémon Kingdom Staff Management
Base code for "Pokémon Kingdom Staff Management" Discord bot
Explore the docs »
View Demo
.
Report Bug
.
Request Feature
![Contributors](https://img.shields.io/github/contributors/Bartolumiu/pkStaffManagement?color=dark-green) ![Issues](https://img.shields.io/github/issues/Bartolumiu/pkStaffManagement) ![License](https://img.shields.io/github/license/Bartolumiu/pkStaffManagement) [![CodeFactor](https://www.codefactor.io/repository/github/bartolumiu/pkstaffmanagement/badge/main)](https://www.codefactor.io/repository/github/bartolumiu/pkstaffmanagement/overview/main)
## Table Of Contents
* [Built With](#built-with)
* [Getting Started](#getting-started)
* [Prerequisites](#prerequisites)
* [Installation](#installation)
* [Roadmap](#roadmap)
* [Contributing](#contributing)
* [License](#license)
* [Authors](#authors)
* [Acknowledgements](#acknowledgements)## Built With
* [Node.JS](https://nodejs.org)
* [Discord.JS](https://discord.js.org)## Getting Started
To get a local copy of the bot up and running follow these steps.
### Prerequisites
* npm
```sh
npm install npm@latest -g
```* pm2 (optional)
```sh
npm install pm2 -g
```### Installation
1. Clone the repo
```sh
git clone https://github.com/Bartolumiu/pkStaffManagement.git
```2. Install NPM packages
```sh
npm install
```3. Rename `.env.template` to `.env` and enter the following:
```env
token=ULTRA_SECRET_BOT_TOKEN
ownerId=01234567891011121314
databaseToken=mongodbtoken
clientId=0123456789011121314
```4. Start the bot
4.1. Node:
```sh
node src/bot.js
```4.2. npm command
```sh
npm run test
```4.3. pm2 (recommended)
```sh
pm2 start src/bot.js
```## Roadmap
See the [open issues](https://github.com/Bartolumiu/pkStaffManagement/issues) for a list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
* If you have suggestions for adding or removing projects, feel free to [open an issue](https://github.com/Bartolumiu/pkStaffManagement/issues/new) to discuss it, or directly create a pull request after you edit the *README.md* file with necessary changes.
* Please make sure you check your spelling and grammar.
* Create individual PR for each suggestion.### Creating A Pull Request
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the Apache License 2.0. See [LICENSE](https://github.com/Bartolumiu/pkStaffManagement/blob/main/LICENSE) for more information.
## Authors
* [Bartolumiu](https://github.com/Bartolumiu/) - *Main Developer*