Skip to content

Bot for my private discord server

License

Notifications You must be signed in to change notification settings

seh-GAH-toh/Korosan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord bot logo VPS Deploy

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...

Getting Started

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.

Prerequisites

Requirements for the software and other tools to build, test and push.

Environment variables required to run this project:

DISCORD_TOKEN=""
CLIENT_ID=""
GUILD_ID=""

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development

Start the bot without registering slash commands:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun dev

Production

Start the bot and register slash commands:

# npm
npm run start

# pnpm
pnpm run start

# yarn
yarn start

# bun
bun start

Deployment

This project is automatically deployed on my vps through github actions.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.