From 3d91d5c8ab5c7f14a1afd2422ef8f7a241fc6739 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Mon, 8 May 2017 16:44:55 +0000 Subject: [PATCH] Meow --- commands/util/membermsg.js | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/util/membermsg.js b/commands/util/membermsg.js index 39d23f1b..2c8154ed 100644 --- a/commands/util/membermsg.js +++ b/commands/util/membermsg.js @@ -25,8 +25,8 @@ module.exports = class MemberMsgCommand extends Command { prompt: 'What should be sent to the channel? Use , , and as placeholders.', type: 'string', validate: message => { - if (message.length < 1000) return true; - return 'Invalid Message. Message must be under 1000 characters.'; + if (message.length < 150) return true; + return 'Invalid Message. Message must be under 150 characters.'; } } ] diff --git a/package.json b/package.json index b675a7a4..b8d0f6f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "18.6.3", + "version": "18.6.4", "description": "A Discord Bot", "main": "shardingmanager.js", "scripts": {