diff --git a/commands/weather.js b/commands/weather.js index d5b7a36..d3f617e 100644 --- a/commands/weather.js +++ b/commands/weather.js @@ -6,7 +6,7 @@ const log = new DebugBuilder("server", "alert"); module.exports = { data: new SlashCommandBuilder() - .setName('alert') + .setName('weather') .setDescription('Get any current weather alerts in the state specified.') .addStringOption(option => option.setName('state')