Make Cleverbot Owner-Only

This commit is contained in:
Dragon Fire
2020-03-07 10:26:05 -05:00
parent 45342725aa
commit 8692dcbf9f
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -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.
+2
View File
@@ -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
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "112.2.1",
"version": "112.2.2",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {