Skip to content

Discord bot that log join/leave and delete/edit messages

License

Notifications You must be signed in to change notification settings

papersaccul/paperlogger

Repository files navigation

Logger Discord Bot

Log join/leave and delete/edit messages

install

git clone https://github.com/papersaccul/paperlogger
cd paperLogger
npm i

Start

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

U can use dev mode, which will autorestart the bot when files are changed

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 Server Members Intent

How do I use it?

  • 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

It's looks like this

image_msg image_join_leave

About

Discord bot that log join/leave and delete/edit messages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published