diff --git a/README.md b/README.md index 562bb853..1d04ab83 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/commands/other/cleverbot.js b/commands/other/cleverbot.js index ed6b14ed..1108b68f 100644 --- a/commands/other/cleverbot.js +++ b/commands/other/cleverbot.js @@ -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', diff --git a/package.json b/package.json index 7bca9502..1bf7f564 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "112.2.1", + "version": "112.2.2", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {