• Customizable log format
• Every Channel gets its own file
• Ignore specified users (optional)
• Ignore specified channels (optional)
• Ignore bots (optional)
config.yml
YAML:
# Placeholders:
# • {date} | {content}
# • {guild-name} | {guild-id}
# • {channel-name} | {channel-id}
# • All other {user-...} tags
Layout: "[{date}] [{guild-name}] [{user-tag}] • {content}"
TimestampFormat: MMMM Do YYYY, h:mm:ss a
# Channel IDs Only
IgnoreChannels:
- "993064979152510996"
# User IDs Only
IgnoreUsers:
- "965544975834173470"
IgnoreBots: true