diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index fb5d82f..bc429be 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,8 +4,9 @@
-
-
+
+
+
@@ -65,41 +66,10 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -120,7 +90,7 @@
-
+
1640148826800
@@ -185,7 +155,14 @@
1642707545761
-
+
+ 1642708137867
+
+
+
+ 1642708137867
+
+
@@ -214,6 +191,7 @@
-
+
+
\ No newline at end of file
diff --git a/commands/leveling/daily.js b/commands/leveling/daily.js
index 0f9c619..1c4459a 100644
--- a/commands/leveling/daily.js
+++ b/commands/leveling/daily.js
@@ -35,7 +35,7 @@ module.exports = {
} else {tm.daily.streak = 1;}
tm.daily.total++;
tm.daily.last = new Date().getTime();
- let bonus = (75 + (tm.daily.streak * 45) + Math.floor(Math.random() * (15 + (tm.daily.streak * 2))));
+ let bonus = (75 + (tm.daily.streak * (15 + Math.floor(Math.random() * 20))) + Math.floor(Math.random() * (15 + (tm.daily.streak * 2))));
client.misc.cache.monners[message.author.id] += bonus;
tm.markModified('daily');
['streak', 'last', 'total'].forEach(x => {tm.markModified(`daily.${x}`);});