[CodeFactor] Apply fixes to commit ddef139

This commit is contained in:
codefactor-io 2022-03-15 19:40:40 +00:00
parent ddef139906
commit a70b0ab6ce
No known key found for this signature in database
GPG key ID: B66B2D63282C190F
2 changed files with 2 additions and 1 deletions

View file

@ -50,7 +50,7 @@ module.exports = async (interaction) => {
} }
// If credits // If credits
else if (credits) { if (credits) {
// Create embed object // Create embed object
const embed = { const embed = {
title: ':dollar: Credits - Balance', title: ':dollar: Credits - Balance',

View file

@ -8,6 +8,7 @@ const {
counters, counters,
timeouts, timeouts,
} = require('../../../helpers/database/models'); } = require('../../../helpers/database/models');
module.exports = async (guildDB, userDB, message) => { module.exports = async (guildDB, userDB, message) => {
const { guild, channel, content } = message; const { guild, channel, content } = message;