A free & open-source logging bot for Discord. Easy to setup, and easy to expand.
LibreLogger is a Discord Bot that makes setting up logs easy to do, working out-of-the-box with the essentials, and being easy to expand with a simple codebase.
- Minimal offline data storage
- Commands to set log channel & include/exclude channels from logging
- Command to view the list of channels excluded from logging
- Commands to check bot ping & get server information
- Logs for message deletion & editing, and member joining & leaving
LibreLogger requires two dependencies
- discord.js 14.22.1
node install discord.js - dotenv 16.0.3
node install dotenv - nodemon (to run)
node install nodemon
- Create a Discord bot with the
Message Content IntentandServer Members Intentintents enabled, and add to your server - Clone repository
git clone https://github.com/Zalthen-dev/LibreLogger.git - Rename .env.example to .env
- Edit .env and add bot token & bot client ID
- Change ENVIORNMENT to
"production" - Run nodemon
nodemon