Korosan is a discord bot created to add extra features to my private server, such as check if my applications/servers/API's are online, calculate response times and etc...
These instructions will give you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on deploying the project on a live system.
Requirements for the software and other tools to build, test and push.
- Bun v1.1.21 or above
Environment variables required to run this project:
GLOBALPING_TOKEN=""
DISCORD_TOKEN=""
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
Start the bot and deploy slash commands:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun dev
This project is automatically deployed on my vps through github actions.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Arthur Segato - Created the bot - seh-GAH-toh
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details.