Update balance command
This commit is contained in:
parent
485afee3fb
commit
2334489da5
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ function doBalance(message, tipper) {
|
|||
if (err) {
|
||||
message.reply('Error getting balance.').then(message => message.delete(5000));
|
||||
} else {
|
||||
message.reply(`You have *${balance}* LBC`);
|
||||
message.reply(`You have *${balance}* LBC. This may not reflect recent balance changes. Please wait a couple minutes and try again.`);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue