Adding inactive log applications

This commit is contained in:
2023-04-27 21:43:00 +02:00
parent aa2eb0dddd
commit 063e1b69bb
6 changed files with 314 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ module.exports = {
components: [
new ActionRowBuilder()
.addComponents(new ButtonBuilder()
.setCustomId("inactivitylog")
.setCustomId("guildinactivitylog")
.setLabel("Submit")
.setStyle(ButtonStyle.Primary)
.setEmoji({ name: "✅" }))