From 2ce06ec8abb33dd479321f0f9ada672936f2c6d6 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 24 May 2020 16:32:09 -0400 Subject: [PATCH] Fix --- commands/edit-image/tweet.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/edit-image/tweet.js b/commands/edit-image/tweet.js index 7ccb390e..60ffafdc 100644 --- a/commands/edit-image/tweet.js +++ b/commands/edit-image/tweet.js @@ -41,9 +41,9 @@ module.exports = class TweetCommand extends Command { }, { key: 'text', - prompt: 'What should the text of the achievement be?', + prompt: 'What should the text of the tweet be?', type: 'string', - max: 280 + max: 140 } ] });