Skip to content

6038-in-Git/komubotv2

 
 

Repository files navigation

Description

KOMUBOT V2

Installation

# In root project
$ yarn

Add next .env config in root

TOKEN=YourToken
GUILD_ID_WITH_COMMANDS=YourGuildId
POSTGRES_HOST=YourHost
POSTGRES_PORT=YourPort
POSTGRES_USER=YourUser
POSTGRES_PASSWORD=YourPassword
POSTGRES_DB=YourDB

Running the app

# In root project
$ yarn run build

# In this sample
$ yarn run start:dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.4%
  • Shell 1.6%