Add kickvc.js

This commit is contained in:
2025-02-05 21:02:07 -05:00
parent 08382400aa
commit 50438bf2c8
2 changed files with 164 additions and 1 deletions

View File

@@ -138,4 +138,4 @@ async function deleteMessagesFromServer(message, guildId, deleteTimeout) {
const errorMsg = await message.channel.send('There was an error while trying to delete messages from the server.');
setTimeout(() => errorMsg.delete().catch(console.error), deleteTimeout);
}
}
}