Skip to content

EventLog

Domekologe edited this page Jun 30, 2026 · 1 revision

EventLog

🌐 English · Deutsch

EventLog logs server events to a channel: member joins/leaves, message edits/deletes, role changes, nickname changes and voice activity. Each event type can be toggled individually. Opt-in per guild, bilingual (DE/EN), with Web Dashboard integration. Author: pd-codes · requires Red 3.5.0+ · Status: Alpha 0.1.0.

Installation

[p]repo add PDC https://github.com/pd-codes/PDC_Redbot_Cogs
[p]cog install PDC eventlog
[p]load eventlog
[p]slash sync

Commands

Command Type What it does
eventlog enable <on/off> Admin Enable/disable the module for this server.
eventlog channel <#channel> Admin Set the log channel.
eventlog event <type> <on/off> Admin Toggle a single event type.
eventlog status Admin Show the current configuration.
eventlog language <de-DE|en-US> Admin Output language.

Event types

joins · leaves · msg_edit · msg_delete · roles · nicknames · voice

Each event is posted as an embed. Bot messages are ignored for message edit/delete and voice events.

Dashboard

Appears under Guild Settings as an Event logging panel with switches for Enabled, the Log channel, every event type and Language.

Roadmap

A searchable web view of past events (event storage + dedicated dashboard page) is planned — currently events are logged to the channel only.

Clone this wiki locally