Skip to content

Commit

Permalink
this is a test
Browse files Browse the repository at this point in the history
  • Loading branch information
O.Whale authored Jul 18, 2024
1 parent 0aba37e commit 5330ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/messageCreate.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function genRan(min, max) {
* @param {Client} client
*/
const checkLevel = async (message, client) => {
if (client.LCD.has(message.author.id)) return;
if (client.LCD.has(message.author.id)) { console.log("test"); return; }

const oldXpObj = (await mongo.getXP(message.author.id)) || {
xp: 0,
Expand Down

0 comments on commit 5330ba6

Please sign in to comment.