Only Update Channel Description When Necessary
Cale111 opened this issue · 0 comments
Why?
Right now, editing the channel description spams the audit log. With this, it would help in some circumstances.
What and How?
Instead of updating only on a set interval and every time, it should update based on the values in the description. For example, if you have an online player count, it should only change when the online player count changes, and if it doesn’t change, it doesn’t update.
This could adapt to what is in the description.
You could still have a minimum interval, so it doesn’t spam edit the description when something changes a lot, for example with RAM, since it’s always changing, or if you have a lot of players joining and leaving often.
On servers that don’t need the description to update often, this would help stop the audit log from filling up with unnecessary changes.
This could be done by comparing the values when the interval is up. This shouldn’t apply to timestamps, because they always change.
Are there alternatives?
Not that I know of.
Checks
- I have used the search at least once to check if my idea has already been suggested and perhaps already implemented.
Anything else
No response