Skip to content

Commit

Permalink
Update modlogs.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince527GitHub authored Sep 23, 2024
1 parent 814389b commit 55c6c1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/utils/options/modlogs.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { ActionRowBuilder, ButtonBuilder } = require("discord.js");
const { ActionRowBuilder, ButtonBuilder, ButtonStyle } = require("discord.js");
const modlogSchema = require("../../../models/logs/modlogs");

module.exports = {
Expand Down Expand Up @@ -181,4 +181,4 @@ module.exports = {
return message.channel.send({ content: "More buttons", components: [row4] });
}
}
}
}

0 comments on commit 55c6c1c

Please sign in to comment.