ps potatosipsRedBot Guide
HomeInstallCore SetupCustomizationTroubleshooting

Voice Logs

Preferred setup: YALC only logging voice_state_update to your chosen voice log text channel.

Use YALC for final setup. ExtendedModLog is only a fallback.

Preferred: YALC voice-only setup

oa repo add taakoscogs https://github.com/TaakoOfficial/TaakosCogs
oa cog install taakoscogs YALC
oa load YALC
oa yalc setup CONFIRM
oa yalc bulk_disable all
oa yalc enable voice_state_update
oa yalc setchannel voice_state_update VOICE_LOG_TEXT_CHANNEL_ID
oa yalc validate
oa yalc settings

If ExtendedModLog was already active

Pause the old voice logging before using YALC, otherwise you may get duplicate voice logs.

oa modlog toggle false voice_change

Expected result

Enabled events

1

Enabled event

voice_state_update

Log channel

Your selected voice log text channel.

Validation

Found 0 issues

Fallback: ExtendedModLog

oa cog install trusty-cogs extendedmodlog
oa load extendedmodlog
oa modlogset modlog MODLOG_TEXT_CHANNEL_ID
oa modlog channel VOICE_LOG_TEXT_CHANNEL_ID voice_change
oa modlog toggle true voice_change
oa modlog embeds true voice_change