dashwav/yin-bot

Logging

Closed this issue · 1 comments

Deleting or removing perms for one log channel breaks posting for all logs.

Say you do logging enable for channels A and B
Then you either delete the channel or remove her read perms for channel B.
This will disable her output to channel A and throw a FORBIDDEN error in the console.
If you just remove read perms it is easy, just reenable them, but if you delete the channel, you have to remove it manually.

Probably should just wrap this into a nicer function to handle sending to only some of the channels. Also, maybe add the ability in logging/vclogs disable/enable to specify the channel.

Actually closing since it is a duplicate of #41