-
Notifications
You must be signed in to change notification settings - Fork 19
Description
First, thanks for this, and good work! Setup was really simple. This bot surfaced when I googled something close to, 'slack bitcoin bot.'
I'm receiving "You don't have enough balance" when the balance command shows that I do. I dug into the code really quick and looks like this error message might have multiple underlying meanings? I'm not sure whether I've set up something incorrectly (and it really can't find the wallets it has created), or whether it truly thinks my balance is below 1bits.
Anyways, here's my chain of events in case it helps:
- sent transaction for main wallet during setup
- interacted with the bot to sanity check things (at which point it created my personal wallet)
- waited for that main transaction to finish
- also waited for a separate transaction to finish (me manually funding my tip wallet, since it was created before the main wallet was funded)
- verified that the
balancecommand was returning successfully ("You've got 100 bits") - started doing some secret reactions to test, noticed that no transactions were being created in coinbase
- did some manual
tip <user> <amount>commands in private chat with the bot (for 10bits and 1bits) and am now getting this error message every time:You don't have enough balance for that
edit: to clarify, when I say, "noticed that no transactions were being created in coinbase," I meant that I didn't notice any tip transactions being created. During initial interactions, the wallets for new users were being created successfully and their initial 100bits were being sent succesfully