-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: withdraw functionality #32
base: master
Are you sure you want to change the base?
Conversation
Awesume job! great PR, the withdraw function was much needed. much claps, much wow! |
if (+amount < 2) { | ||
await context.sendText( | ||
`Such low amount! Much too low to cover fees! ${utils.generateWow()}` | ||
`Looks like this amount is above your balance (+ 2 doge to cover fees) - you only have ${availableBalance} doge!` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the fee is 1 DOGE... but I think is fine anyway :)
@SarahHouben @iourisorokine really amazing PR 👏 👏 ! I would say this PR is ready to be merged, but we have a major refactor coming from #35 which implements some urgent changes, so probably there will be some conflicts. I'll be able to help you in solving them :) After #35 is merged, we'll merge this and cooldoge will look cooler than ever! 😍 |
No description provided.