Fix typos

This commit is contained in:
Daniel Odendahl Jr
2018-03-05 03:06:33 +00:00
parent d4dfcf77ff
commit f61fd93683
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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:
+1 -1
View File
@@ -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',
+1 -1
View File
@@ -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',
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "66.6.0",
"version": "66.6.1",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {