sylux6 / WatanaBot.ts

WatanaBot made with πŸ’– in TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yousoro!~ (> α΄— β€’)γ‚ž

Watanabe You

made with πŸ’– in TypeScript

Get Started

Prerequisites

Configuration

Create a config.json file at the root of the project

{
  "token": "discord bot token",
  "clientId": "discord bot client id",
  "privateGuildId": "[optional] discord server id",
  "postgresUser": "postgres user",
  "postgresPassword": "postgres password",
  "postgresDb": "postgres database name"
}

About

WatanaBot made with πŸ’– in TypeScript

License:GNU General Public License v3.0


Languages

Language:TypeScript 99.4%Language:Dockerfile 0.6%