Haiethan1 / ValorantApp

1 stars 1 forks source link

Refactor send scheduled message matches #99

Open Haiethan1 opened 2 months ago

Haiethan1 commented 2 months ago

the send scheduled messages should by in BaseValorantProgram. We should filter by matches (already doing now.) and then filter through the game modes(new), and then filter by discord channel id(new), and then generate message by users in match (already doing now).

these should all be their own methods. The game modes should fill the generic match data (maybe this should go in BaseValorantMatch). Probably don't need to pass around channel id, so return message back up to main function.