Galarzaa90 / NabBot

Discord bot for Tibia servers
https://nabbot.xyz
Apache License 2.0
52 stars 25 forks source link

/event participants displayed similar as /watchlist #166

Open eldodruto opened 5 years ago

eldodruto commented 5 years ago

So people can check participants by just quick look on the channel

Galarzaa90 commented 5 years ago

I don't think this would be viable to implement at the moment.

Events are meant to be managed by any users, so at a given time, a server might have multiple events going on. So this means that many events would be listed in the channel

This implies having to manage which message corresponds to which event, to keep the message updated when changes occur, and also remove the event once it passes.

This would require a system to manage all these messages and since events are meant to be something ephemeral, I don't think the effort needed for this is worth it. At least not at the moment.