Orbiit / giggle-bot

A BOT THAT doesn't SCREAM as much (and this time uses discord.js fancy library)
https://discord.gg/azw3qEH
0 stars 0 forks source link

incorrect error message if converting too much BCBW #10

Closed SheepTester closed 6 years ago

SheepTester commented 6 years ago

https://github.com/Orbiit/giggle-bot/blob/master/main.js#L568 should be updated to

channel.send(`you don't have that much bitcoin but worse, **${userData[userID].name}**`);

or something similar

SheepTester commented 6 years ago

fixed in 2eaad30