Skip to content

Commit

Permalink
Update: Some small little changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Wood committed Oct 8, 2024
1 parent 06d0f2a commit f647ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slashCommands/moderation/warn.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ module.exports = {
],
})
.then(async () => {
if (logging && logging.moderation.deleteReply === "true") {
if (logging && logging.moderation.delete_reply === "true") {
setTimeout(() => {
interaction.deleteReply().catch(() => { });
}, 5000);
Expand Down

0 comments on commit f647ffe

Please sign in to comment.