added removePhrase
This commit is contained in:
@@ -7,10 +7,10 @@ console.log(abbreviationKey);
|
||||
module.exports = {
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("add_phrase")
|
||||
.setDescription("adds_abbreviation_to_respond_to")
|
||||
.setDescription("adds abbreviation to respond to")
|
||||
.addStringOption( (option) =>
|
||||
option.setName("abbreviation")
|
||||
.setDescription("The_abbreviation_to_target")
|
||||
.setDescription("The abbreviation to target")
|
||||
.setRequired(true)
|
||||
)
|
||||
.addStringOption( option =>
|
||||
|
Reference in New Issue
Block a user