Merge pull request #49 from ZynerOrg/main-cf-autofix

Apply fixes from CodeFactor
This commit is contained in:
Axel Olausson Holtenäs 2022-03-16 09:10:29 +01:00 committed by GitHub
commit 37fd2d5fd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

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

View file

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