Skip to content

Commit

Permalink
Merge pull request #15 from andrewstech/main
Browse files Browse the repository at this point in the history
chore: Update Loading function call in decode command
  • Loading branch information
andrewstech authored Jul 19, 2024
2 parents d001000 + 2561d46 commit aee27df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/decode.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {
async execute(interaction) {


await Loading(interaction, ephemeral);
await Loading(interaction, true);

if (!(await staff.findOne({ _id: interaction.user.id }))) {
const embed = new EmbedBuilder()
Expand Down

0 comments on commit aee27df

Please sign in to comment.