ZeldaFan0225 / AI_Horde_Discord

A discord bot to interact with https://aihorde.net
GNU Affero General Public License v3.0
48 stars 14 forks source link

Allow me to send kudos to all users in a role #37

Closed db0 closed 1 year ago

db0 commented 1 year ago

Kinda follows up on #36

It would be nice to have a command which someone can run to give kudos to all logged-in users in a certain role.

As an addition, perhaps a way to somehow check how many logged-in users a role has

ZeldaFan0225 commented 1 year ago

im not sure this would be a good idea because i have to do one of the following:

both of which would be a huge spam mess on the discord api (and the database)

db0 commented 1 year ago

The first approach seems like it would be they most straightforward. Doesn't discord have an api that returns users in a role?

ZeldaFan0225 commented 1 year ago

there is no way to retrieve users with x role via the discord api

db0 commented 1 year ago

Daym, ok that is indeed unexpected. Nevermind then