From cde00aead2453be063fffaab0c45fe93e2bfacd1 Mon Sep 17 00:00:00 2001 From: rhearmas <34490428+qu-ota@users.noreply.github.com> Date: Fri, 14 Feb 2020 17:21:11 -0500 Subject: [PATCH] Fix some syntax --- modules/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/functions.js b/modules/functions.js index e2cf066..b7da9b7 100644 --- a/modules/functions.js +++ b/modules/functions.js @@ -48,7 +48,7 @@ module.exports = (client) => { } }; - client.caseNumber = async (client, modlog) { + client.caseNumber = async (client, modlog) => { const messages = await modlog.fetchMessages({limit:5}); const log = messages.filter(m => m.author.id === client.user.id &&