grammyjs / menu

Interactive menus for grammY.
https://grammy.dev/plugins/menu
MIT License
31 stars 11 forks source link

Change to allow url to be a dynamic string #47

Closed cryguy closed 5 months ago

cryguy commented 5 months ago

Allow url in menu to be dynamic, this allows for things like having a menu to buy items, and having url button that allows user to visit the link/url to see the item

I was facing the issue of not being able to dynamically construct url to use in menu and do not want to create a new unique menu for all my different items, seeing that text is able to be dynamically constructed, urls should be as well

cryguy commented 5 months ago

Sure, lets go with your suggestion, thanks for the review!

KnorpelSenf commented 5 months ago

I will make a new release later today