Log join/leave and delete/edit messages
git clone https://github.com/papersaccul/paperlogger
cd paperLogger
npm iU need create an .env.production or .env.development file, to store the BOT_TOKEN, LOCALE, GUILD_ID variable
BOT_TOKEN=YOURBOTTOKEN
LOCALE=en
GUILD_ID=111111111111111111 // For single server use
u can run it through npm
npm startor through docker, u can also pass variables
docker-compose up -dnpm run devuses variables from env.development, also the GUILD_ID variable of the test server is required
Turn on Server Members Intent on Discord Developer Portal
- via
/log msg- select a channel to send deleted or modified messages to - via
/log member- select the channel to send join/leave notifications Only administrators can use this command


