mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-14 15:57:42 +02:00
Make Cleverbot Owner-Only
This commit is contained in:
@@ -512,7 +512,7 @@ Total: 364
|
|||||||
|
|
||||||
### Other:
|
### Other:
|
||||||
|
|
||||||
* **cleverbot:** Talk to Cleverbot.
|
* **cleverbot:** Talk to Cleverbot. (Owner-Only)
|
||||||
* **phone:** Starts a phone call with a random server.
|
* **phone:** Starts a phone call with a random server.
|
||||||
* **portal-send:** Send a message to a portal channel.
|
* **portal-send:** Send a message to a portal channel.
|
||||||
* **prune:** Deletes up to 99 messages from the current channel.
|
* **prune:** Deletes up to 99 messages from the current channel.
|
||||||
|
|||||||
@@ -11,6 +11,8 @@ module.exports = class CleverbotCommand extends Command {
|
|||||||
group: 'other',
|
group: 'other',
|
||||||
memberName: 'cleverbot',
|
memberName: 'cleverbot',
|
||||||
description: 'Talk to Cleverbot.',
|
description: 'Talk to Cleverbot.',
|
||||||
|
details: 'Only the bot owner(s) may use this command.',
|
||||||
|
ownerOnly: true,
|
||||||
credit: [
|
credit: [
|
||||||
{
|
{
|
||||||
name: 'Cleverbot',
|
name: 'Cleverbot',
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "112.2.1",
|
"version": "112.2.2",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user