From cfafdc48922748efbcb43a362342fa80cdc29572 Mon Sep 17 00:00:00 2001 From: Cyper Date: Thu, 31 Jul 2025 16:38:19 -0400 Subject: [PATCH] Bug fixes --- index.js | 3 +-- key_data.json.example | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index 3e43257..ca1b188 100644 --- a/index.js +++ b/index.js @@ -77,7 +77,6 @@ async function deleteLatestBotDMs(userId) { client.once(Events.ClientReady, async () => { console.log(`Logged in as ${client.user.tag}`); - await deleteLatestBotDMs('265334763324178433'); }); client.on(Events.InteractionCreate, async interaction => { @@ -86,7 +85,7 @@ client.on(Events.InteractionCreate, async interaction => { // Check if loggingChannel is set if (!data.loggingChannel) { return interaction.reply({ - content: 'You must set a logging channel first using `/setlogging`. Registration message not sent.', + content: 'You must set a logging channel first using `/keys logging`. Registration message not sent.', ephemeral: true }); } diff --git a/key_data.json.example b/key_data.json.example index 17cdcf6..e08e4b8 100644 --- a/key_data.json.example +++ b/key_data.json.example @@ -1,7 +1,7 @@ { "messageId": null, "loggingChannel": null, - "joinCutoff": "2025-06-07", + "joinCutoff": "2025-08-07", "users": [], "keys": [] } \ No newline at end of file