Updated command name
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user