Skip to content

Commit

Permalink
fix: work missing function importation (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
falcao-g authored Dec 2, 2023
1 parent 366f560 commit c540c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/economy/work.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { randint, format, isEquipped } = require('../../utils/functions.js');
const { randint, format, isEquipped, useItem } = require('../../utils/functions.js');
const { SlashCommandBuilder } = require('discord.js');

module.exports = {
Expand Down

0 comments on commit c540c31

Please sign in to comment.