Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 919 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 919 Bytes

EventLogger

About this project

Event Logger is a open-source python based discord bot that logs specific event to a channel in a discord server and help keep track of audit logs in a easier fashion.

Requirements

These are the requiremnts you will need to run your bot.

  • Python requirements are under requirements.txt
  • A mongoDB database with 2 objects

Installation

Installing and setting this bot up is fairly simple and easy. After you have all the requirements follow the following procedure:

  • Install required dependencies using pip install requirements.txt
  • Add your bot token under bot.py and mbdF credentials under mdbF.py
  • Run the bot using python3 bot.py