Updated command name
This commit is contained in:
@@ -6,7 +6,7 @@ const log = new DebugBuilder("server", "alert");
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
data: new SlashCommandBuilder()
|
data: new SlashCommandBuilder()
|
||||||
.setName('alert')
|
.setName('weather')
|
||||||
.setDescription('Get any current weather alerts in the state specified.')
|
.setDescription('Get any current weather alerts in the state specified.')
|
||||||
.addStringOption(option =>
|
.addStringOption(option =>
|
||||||
option.setName('state')
|
option.setName('state')
|
||||||
|
|||||||
Reference in New Issue
Block a user