Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/melon-husk/arch-logger-discord-bot

Simple Discord bot that logs stuff in a log channel
https://github.com/melon-husk/arch-logger-discord-bot

discord-bot discord-js discord-js-bot discordjs

Last synced: 4 months ago
JSON representation

Simple Discord bot that logs stuff in a log channel

Awesome Lists containing this project

README

        

# arch-logger-discord-bot

This is a simple discord bot that will log sent, deleted(can't log who deleted the message tho), joining and leaving of vc in a log channel.

# Installation

```bash
npm install
```

Then update the config.json.example file with the bot token and logChannelId, and rename it to config.json

# Start

```bash
node index.js
```

This will start the bot.