cybor97 / duckbuybot

Just a regular telegram buybot for TON
6 stars 2 forks source link

Links lead to purchase DUCK coin, should be configurable #2

Closed cybor97 closed 3 months ago

cybor97 commented 4 months ago

Buttons goes to buy DUCk token, we need to make a link to current Originally posted by @teletonn in https://github.com/cybor97/duckbuybot/issues/1#issuecomment-2223641576

teletonn commented 4 months ago

I don't know how to du pull request, but for everybdy who needs it right now, you just need to edit src/utils/telegram.ts at lines 79-90: const inline_keyboard = [ [ { text: "Buy with DeDust.io", url:https://dedust.io/swap/TON/${config.tokenAddress}, }, { text: "Buy with STON.fi", url:https://app.ston.fi/swap?chartVisible=false&ft=TON&tt=${config.tokenAddress}, }, ], ];

cybor97 commented 3 months ago

I don't know how to du pull request @teletonn

Just click on fork in code tab

Screenshot 2024-07-16 at 09 13 24 Screenshot 2024-07-16 at 09 14 16

And then after adding your changes to the forked version just click on Contribute -> Open pull request

Screenshot 2024-07-16 at 09 14 49 Screenshot 2024-07-16 at 09 15 10

cybor97 commented 3 months ago

Already solved by @teletonn