the-codeboy / mensabot

A discord bot that can send the mensa menu of several german mensas
https://mensabot.the-codeboy.com/
9 stars 4 forks source link

details/ratings menu should correspond to time and mensa clicked on #60

Closed the-codeboy closed 1 year ago

the-codeboy commented 1 year ago

At the moment, clicking on the buttons below the mensa menu takes you to the menu for today and the servers default mensa. This is very unintuitive and should be changed. This could be achieved by encoding the mensa id and the date in the button id. For this the existing buttonlistener logic should be changed to include the ability of adding some kind of prefix for buttons, whose events are always passed to the same listener

the-codeboy commented 1 year ago

why is this still open?