PantomInach / DataBot

Discord Bot to track users on guilde and other guilde features
GNU General Public License v3.0
3 stars 0 forks source link

[ENHANCEMENT] Logging threads and voice channel's text channels #17

Open johnzoki opened 3 years ago

PantomInach commented 1 year ago

@johnzoki

Which threads should be logged?

Since discord.py version 2.0.0 threads are supported. Now, which threads should be logged by the bot? I propose that the threads should be logged depending on the parent channel: Parent channel type When a channel should be logged
Voice If the voice channel is not in the bot intern VoiceBlacklist
Text If the text channel is in the bot intern TextWhitlist

Which voice channel internal text channel should be logged?

The voice channel should not be on the VoiceBlacklist.

Note

This issue is dependent on the completion of issue #76.