mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
fix
This commit is contained in:
parent
41d85520ab
commit
2ad435ebfe
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ async function updateXp(msg, data) {
|
||||||
xpCooldown[msg.author.id] = toWait;
|
xpCooldown[msg.author.id] = toWait;
|
||||||
|
|
||||||
// Gets a random number between 10 and 5
|
// Gets a random number between 10 and 5
|
||||||
const won = this.client.functions.randomNum(5, 10);
|
const won = client.functions.randomNum(5, 10);
|
||||||
|
|
||||||
const newXp = parseInt(points + won, 10);
|
const newXp = parseInt(points + won, 10);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue