Skip to content

Commit

Permalink
reverted quick fix lol
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev committed Dec 13, 2020
1 parent 16c2195 commit 0a53baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/messageUpdate.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = async (client, message) => {
module.exports = async (client, oldMessage, message) => {
const fs = require("fs-extra");
var HowMuchGWasPosted = require("../database/badLetterCount.json");
var HowMuchGWasPostedUser = require("../database/badLetterUser.json");
Expand Down

0 comments on commit 0a53baf

Please sign in to comment.