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
+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',