mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 06:45:31 +02:00
Fix typos
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
@@ -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',
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "66.6.0",
|
||||
"version": "66.6.1",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user