DenverCoder1/jct-discord-bot

Idea: have the bot periodically check the channel order and sort the courses if they are out of order

Closed this issue · 4 comments

Not sure why the courses keep getting out of order, but if they do, it can be automatically corrected

image

Good idea. I'd like to add, that when someone does reorder them, it should be logged in the bot logs so we can check who did it and strip them of their admin role

Better yet, do it on channel reorder instead of periodically

on_guild_channel_update gets triggered when a channel's position is updated.

The only parameters are "before" and "after".

I don't think it's possible to know who changed it.

Fixed by #265