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)
- Host: GitHub
- URL: https://github.com/teraprath/discord-bot
- Owner: teraprath
- Created: 2025-06-26T22:27:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-27T00:38:58.000Z (about 1 year ago)
- Last Synced: 2025-06-27T01:32:59.011Z (about 1 year ago)
- Topics: bot, discord, javascript
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```