diff --git a/README.md b/README.md index aac6ae8..ea36919 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ ## Warning This is SUPER tossed together. Might bother cleaning it up later. +Also If you run this on Windows for Debugging, Sodium might have a few issues installing with MSVS for certain users. + ## What is this? This is meant to be a public Discord bot. It connects via XMPP to Weather.IM and allows server owners to subscribe a channel to any number of weather alerts. diff --git a/index.js b/index.js index 9ef97ed..1dc6ce9 100644 --- a/index.js +++ b/index.js @@ -1037,7 +1037,7 @@ discord.on("interactionCreate", async (interaction) => { } break; - case "leave": // Leave broadcastify stream + case "leave": // Leaves Channel if (!interaction.inGuild()) return interaction.reply({ content: "This command can only be used in a guild", ephemeral: true }); channel = interaction.member.voice.channel; if (!channel) return interaction.reply({ content: "You need to be in a voice channel", ephemeral: true });