[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
|
// 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',
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue