mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 14:18:36 +02:00
Fix typos
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user