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