Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/melon-husk/arch-logger-discord-bot
- Owner: melon-husk
- Created: 2021-04-20T11:02:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-02T00:42:30.000Z (almost 4 years ago)
- Last Synced: 2024-09-27T14:03:57.090Z (4 months ago)
- Topics: discord-bot, discord-js, discord-js-bot, discordjs
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.