Merge pull request #49 from ZynerOrg/main-cf-autofix
Apply fixes from CodeFactor
This commit is contained in:
commit
37fd2d5fd6
2 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,7 @@ module.exports = async (interaction) => {
|
|||
}
|
||||
|
||||
// If credits
|
||||
else if (credits) {
|
||||
if (credits) {
|
||||
// Create embed object
|
||||
const embed = {
|
||||
title: ':dollar: Credits - Balance',
|
||||
|
|
|
@ -8,6 +8,7 @@ const {
|
|||
counters,
|
||||
timeouts,
|
||||
} = require('../../../helpers/database/models');
|
||||
|
||||
module.exports = async (guildDB, userDB, message) => {
|
||||
const { guild, channel, content } = message;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue