https://github.com/mkubdev/koshiro
[WIP] Meet Koshiro! Our official Discord Bot, Open Source and Community builded. 🛸
https://github.com/mkubdev/koshiro
Last synced: 3 months ago
JSON representation
[WIP] Meet Koshiro! Our official Discord Bot, Open Source and Community builded. 🛸
- Host: GitHub
- URL: https://github.com/mkubdev/koshiro
- Owner: mkubdev
- License: mit
- Created: 2022-10-20T19:08:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T16:10:57.000Z (over 3 years ago)
- Last Synced: 2025-01-22T22:29:52.627Z (about 1 year ago)
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](#add-link)
[](https://github.com/mkubdev/blender-cheatsheet/blob/main/LICENSE)
# Koshiro
Meet Koshiro! Our official Discord Bot, Open Source and Community builded. 🛸
# Getting Started
1. Clone the repository
```bash
git clone https://github.com/WebXDAO/Koshiro/; cd Koshiro
```
2. Install nestjs dependencies
```bash
npm install
```
3. Create a [Discord Bot Token](#how-to-create-a-discord-bot-token) and a `.development.env` file:
```env
DISCORD_BOT_TOKEN=
```
4. Start up Koshiro 💮 !
```bash
npm run start:dev
```
## How to create a Discord Bot Token
TODO: write tuts
## ✨ Stacks
- Built with [NestJS](https://nestjs.com/) Node.js Framework
- Discord.js [Library](https://discordjs.guide/)