Skip to content

A bot for the Eco server used to log deleted messages.

License

Notifications You must be signed in to change notification settings

eco/deleted-message-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deleted-message-bot

A very simple bot to log deleted messages to a channel of your choice.

Configuration and Launch

  • Include your token, bot id, and desired log channel in the following env variables. Ensure that your bot can send messages and embeds to this channel. It will not log deleted messages from channels it does not have read access to.
    • TOKEN
    • LOG_CHANNEL
    • BOT_ID

Running directly

  • Run pip install -r requirements.txt to download the required modules.
  • Run python bot.py.

Running and building via Docker

  • Build with docker build . -tag deleted-message-bot.
  • Run with docker run deleted-message-bot.

About

A bot for the Eco server used to log deleted messages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published