From 221956641c3a87029965c1e53d4c6acd553ef3af Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sun, 26 Feb 2023 22:08:10 -0500 Subject: [PATCH] Updated command name --- commands/weather.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')