thesardorbroo / simple-apps

0 stars 0 forks source link

Pagination is implemented in music catalog #4

Closed thesardorbroo closed 8 months ago

thesardorbroo commented 8 months ago

When user searches music with /song {music-name}, bot sends list of musics with pagination(inline buttons). Now, pagination buttons work, but cannot send alert(error-answer) message to inline buttons.

Done:

  1. Pagination is implemented.
  2. Optimized(clean-code).