[CodeFactor] Apply fixes to commit ddef139
This commit is contained in:
parent
ddef139906
commit
a70b0ab6ce
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