diff --git a/README.md b/README.md index 4eed8a07..8801ecbf 100644 --- a/README.md +++ b/README.md @@ -301,11 +301,11 @@ served over 10,000 servers with a uniquely devoted fanbase. * **cleverbot**: Chat with Cleverbot. * **coolness**: Determines a user's coolness. -* **gender-guess**: Determines the gender of name. +* **gender-guess**: Determines the gender of a name. * **prune**: Deletes up to 99 messages from the current channel. * **strawpoll**: Generates a Strawpoll with the options you provide. * **timer**: Sets a timer for a certain amount of time. -* **toxicity**: Determines the toxicity of some text. +* **toxicity**: Determines the toxicity of text. ### Roleplay: diff --git a/commands/other/gender-guess.js b/commands/other/gender-guess.js index ec1242a1..560fcff6 100644 --- a/commands/other/gender-guess.js +++ b/commands/other/gender-guess.js @@ -8,7 +8,7 @@ module.exports = class GenderGuessCommand extends Command { aliases: ['gender', 'guess-gender'], group: 'other', memberName: 'gender', - description: 'Determines the gender of name.', + description: 'Determines the gender of a name.', args: [ { key: 'first', diff --git a/commands/other/toxicity.js b/commands/other/toxicity.js index fda10df3..3eb081a5 100644 --- a/commands/other/toxicity.js +++ b/commands/other/toxicity.js @@ -9,7 +9,7 @@ module.exports = class ToxicityCommand extends Command { aliases: ['perspective', 'comment-toxicity'], group: 'other', memberName: 'toxicity', - description: 'Determines the toxicity of some text.', + description: 'Determines the toxicity of text.', args: [ { key: 'text', diff --git a/package.json b/package.json index 51c04ba5..441c229c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "66.6.0", + "version": "66.6.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {