Base code for "Pokémon Kingdom Staff Management" Discord bot
Explore the docs »
View Demo
.
Report Bug
.
Request Feature
To get a local copy of the bot up and running follow these steps.
- npm
npm install npm@latest -g
- pm2 (optional)
npm install pm2 -g
- Clone the repo
git clone https://github.com/Bartolumiu/pkStaffManagement.git
- Install NPM packages
npm install
- Rename
.env.template
to.env
and enter the following:
token=ULTRA_SECRET_BOT_TOKEN
ownerId=01234567891011121314
databaseToken=mongodbtoken
clientId=0123456789011121314
- Start the bot
4.1. Node:
node src/bot.js
4.2. npm command
npm run test
4.3. pm2 (recommended)
pm2 start src/bot.js
See the open issues for a list of proposed features (and known issues).
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 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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Apache License 2.0. See LICENSE for more information.
- Bartolumiu - Main Developer