Fix some syntax

This commit is contained in:
rhearmas 2020-02-14 17:21:11 -05:00
parent 3cc54aa6e1
commit cde00aead2
1 changed files with 1 additions and 1 deletions

View File

@ -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 &&