dylanaraps / discord-selena

Log all Discord messages for transparency

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Selena

Discord Build Status MIT licensed Donate

A minimal bot to log all Discord messages for transparency.

This bot logs every message and sends them to another channel. It’s like the audit log but for messages. The messages can also be sent to a different server if you’d like to keep logging separate.

Dependencies

  • python 3.5+
  • discord-rewrite

Getting Started

Setup

git clone https://dylanaraps.com/discord-selena`
cd discord-selena
mkdir -p ~/.config/selena
cp config.ini ~/.config/selena

Bot Token

  • Add your bot token to the config file.
token =

Log Channel

  • Change the value to the Channel ID of your logging channel.
log_channel = 447547444566163457

About

Log all Discord messages for transparency

License:MIT License


Languages

Language:Python 100.0%