cs-discord-at-ucf / lion

🦁A Discord bot from scratch for the UCF Computer Science Discord.
MIT License
42 stars 18 forks source link

DM roles plugin #543

Open tanndlin opened 3 years ago

tanndlin commented 3 years ago

Similar to broadcast but to DM users with specific role

Obviously admin only, and similar flow to broadcast plugin

suneettipirneni commented 3 years ago

I don't think this would be feasible since the bot can only send one DM at time, if you have like 100 members as a part of a role it'll have to do 100 different requests to send the DM's out, which will be extremely slow, and put a lot of load on the bot.

tanndlin commented 3 years ago

It's not intended for huge roles, this is why it's admin only lol. Used lightly

suneettipirneni commented 3 years ago

Why not just do a role ping instead then?