mirror of
https://gitlab.com/qwerinope/qweribot.git
synced 2026-02-04 14:06:59 +01:00
buncha fixes: unused items no longer get subtracted, bot can not get blasted, 3 decimal stats
This commit is contained in:
@@ -14,6 +14,6 @@ export default createBotCommand('balance', async (params, { userName, say }) =>
|
||||
}
|
||||
|
||||
const data = await getBalance(user)
|
||||
await say(`${user.name} has ${data.balance} qbucks ${data.balance === 0 ? 'mandoooYikes' : 'mandoooSmile'}`)
|
||||
await say(`${user.name} has ${data.balance} qbucks`)
|
||||
|
||||
}, { aliases: ['qbucks', 'qweribucks', 'bal'] })
|
||||
|
||||
Reference in New Issue
Block a user