WaterKH / RaidCoordinator

0 stars 0 forks source link

Deny access to all channels that are not set with !setraid #5

Open WaterKH opened 4 years ago

WaterKH commented 4 years ago

This will help minimize processing since the bot doesn't need to read messages from non-raid channels.

However, for some reason, the @everyone role is overriding the RaidCoordinator role.

WaterKH commented 4 years ago

Roles proved to be a bit more finicky than I wanted to deal with. Shorted some command parsing, so maybe that will decrease processing. However, it would be nice to maybe add this in later since we really don't want to have to read every message in every channel.

Really what we should do is listen to all channels until we have one set for that guild, otherwise we only listen to that guilds channel...