🐛 work command now working
This commit is contained in:
parent
566b2997bb
commit
3bd881653e
1 changed files with 1 additions and 5 deletions
|
@ -1,10 +1,6 @@
|
|||
const config = require('../../../../config.json');
|
||||
const logger = require('../../../handlers/logger');
|
||||
const {
|
||||
guilds,
|
||||
credits,
|
||||
timeouts,
|
||||
} = require('../../../helpers/database/models');
|
||||
const { guilds, users, timeouts } = require('../../../helpers/database/models');
|
||||
const creditNoun = require('../../../helpers/creditNoun');
|
||||
|
||||
module.exports = async (interaction) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue