You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When logging is enabled already for a log type, if you run the command again and give a different channel, the logs for the type will be sent to both channels.
To Reproduce
Steps to reproduce the behavior:
Run !cfg logging message_logs <some channel>
Delete or edit a message and see it logged in the channel
Run !cfg logging message_logs <some_other_channel>
Delete or edit a message and see it logged in both channels
Expected behavior
Logs are no longer sent to the old channel, only the new one
Additional context
Is this actually a feature?
The text was updated successfully, but these errors were encountered:
Describe the bug
When logging is enabled already for a log type, if you run the command again and give a different channel, the logs for the type will be sent to both channels.
To Reproduce
Steps to reproduce the behavior:
!cfg logging message_logs <some channel>
!cfg logging message_logs <some_other_channel>
Expected behavior
Logs are no longer sent to the old channel, only the new one
Additional context
Is this actually a feature?
The text was updated successfully, but these errors were encountered: