Log join/leave and delete/edit messages
git clone https://github.com/papersaccul/paperlogger
cd paperLogger
npm i
U 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 start
or through docker, u can also pass variables
docker-compose up -d
npm run dev
uses 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