Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Things-N-Stuff/logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logger

Discord bot to log activity on a server. This bot is meant to work on one server at a time.

Logging Capabilities

  • Messages
    • Sent
    • Edited
    • Deleted
    • Reactions
      • Added
      • Removed
  • Audit Log
  • Voice Activity
    • Joined Channel
    • Left Channel

Requirements

  • python3 (tested on python 3.7)
  • discord.py (tested on discord.py 1.3.4)

Using the Bot

Clone the repository or grab the source code from the releases tab.

A configuration file will be necessary for the bot to run properly. An example configuration with all options is available in the example directory. On posix systems (Linux, BSD, macOS), the config.py will be expected in either $XDG_CONFIG_HOME/logger or $HOME/.config/logger depending on if $XDG_CONFIG_HOME is set. On nt systems (Windows), the config.py will be expected in %USERPROFILE%\\AppData\\Local\\logger. If the environment variable LOGGER_CONFIG_DIR is set, the configuration file can be placed anywhere on the filesystem.

After configuration, simply run python logger. If python -V is python 2.x.x, use python3 instead of python.