ayubun / discord-ttl

A simple-to-selfhost Discord bot that deletes server messages older than a configurable TTL (time to live)
MIT License
34 stars 5 forks source link

Text-in-voice support #2

Closed ayubun closed 1 year ago

ayubun commented 1 year ago

Currently, TTL does not function on Text-in-voice channels; Likely related to this part of the code: https://github.com/AyuAi/discord-ttl/blob/main/src/app.ts#L106

ayubun commented 1 year ago

This is still broken. Gonna look into this soon :>