Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

Commit

Permalink
[11/18] MuteCoin Patch
Browse files Browse the repository at this point in the history
  • Loading branch information
PMHStudio committed Nov 18, 2018
1 parent d034c4d commit b41745f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CORE.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ console.log("\n\n\nμBot v5.0 Core Session is Start!\n------------------Bot Star
mute: mute[input.author.id].mute + 1024
};
}
cmds.writeFile("./Saved/UserCoin.json", JSON.stringify(mute), (error) => { if (error) { console.log(error); } });
cmds.writeFile("./Saved/UsersCoin.json", JSON.stringify(mute), (error) => { if (error) { console.log(error); } });
}

if (!prefixes[input.guild.id]) {
Expand Down
1 change: 0 additions & 1 deletion Saved/UserCoin.json

This file was deleted.

0 comments on commit b41745f

Please sign in to comment.