Updated command name

This commit is contained in:
Logan Cusano
2023-02-26 22:08:10 -05:00
parent 8c341b747d
commit 221956641c

View File

@@ -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')