added removePhrase

This commit is contained in:
2023-04-01 11:10:21 -05:00
parent a96ae91f77
commit 688bafe0aa
2 changed files with 49 additions and 2 deletions

View File

@@ -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 =>