rohid2000 / tsom-bot

1 stars 0 forks source link

Ticket tracker #1

Open rohid2000 opened 2 months ago

rohid2000 commented 2 months ago

With the data we pull from the API, we want to keep track of how many tickets each member of the Guild has before ticket-reset ingame.

The amount of tickets will need to be saved either in a readonly channel of the Discord server of the Guild or in a database, because we want to check the amount of tickets a few min before the reset ingame happens.

Most ideal would be if we could pull and save the ticket count of all members between 19:25 and 19:28, because ticket reset ingame happens at 19:30, then automatically all tickets will be reset to 000 ingame.

the ticket value we want to look at is the CurrentValue property in the IMemberContribution Model. The Type needs to be 0, because that's the Raid tokens pulled from the API.

We also will need to do things with the data we pull form the API ofcourse so that we can make this happen.

YannickdeZwart commented 2 months ago

denk dat dit een milestone is.