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

https://github.com/teraprath/discord-bot

Discord Bot for Remina's Community Server (discord.js)
https://github.com/teraprath/discord-bot

bot discord javascript

Last synced: about 2 months ago
JSON representation

Discord Bot for Remina's Community Server (discord.js)

Awesome Lists containing this project

README

          

# discord-bot
## Installation
```bash
git clone https://github.com/teraprath/discord-bot.git
```
```bash
npm install
```
## Einrichtung
Erstelle eine `config.json` im Hauptverzeichnis und trage deine Werte ein.
```json
{
"token": "",
"clientId": "",
"guildId": "",
"memberRoleId": "",
"rulesChannelId": "",
"rolesChannelId": "",
"levelChannelId": ""
}
```
## Development
```bash
npm run dev
```
## Start
```bash
npm run start
```