From 65eb5b997f417ddc6a401cf40f7ca677be02b059 Mon Sep 17 00:00:00 2001 From: Supositware Date: Thu, 20 Apr 2023 19:50:41 +0200 Subject: [PATCH] Tweet is not feedback --- commands/fun/tweet.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/fun/tweet.js b/commands/fun/tweet.js index c66630e..b76ab44 100644 --- a/commands/fun/tweet.js +++ b/commands/fun/tweet.js @@ -16,10 +16,10 @@ const Blacklists = db.Blacklists; export default { data: new SlashCommandBuilder() .setName('tweet') - .setDescription('Send tweet from Haha yes twitter account. Please do not use it for advertisement and keep it english') + .setDescription('Send tweet from the bot twitter account. Please do not use it for advertisement and keep it english') .addStringOption(option => option.setName('content') - .setDescription('The content of the tweet you want to send me.') + .setDescription('!THIS IS NOT FEEDBACK! The content of the tweet you want to send me.') .setRequired(false)) .addAttachmentOption(option => option.setName('image')