An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![KISHIRO BANNER](https://user-images.githubusercontent.com/50140834/196954253-1aa6e9a9-7d9a-426f-8889-6109f8d9da9a.png)](#add-link)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](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/)