diff --git a/commands/fun/tweet.js b/commands/fun/tweet.js index 09c819d..70955b0 100644 --- a/commands/fun/tweet.js +++ b/commands/fun/tweet.js @@ -176,7 +176,7 @@ export default { const Embed = new EmbedBuilder() .setAuthor({ name: interaction.user.username, iconURL: interaction.user.displayAvatarURL() }) - .setDescription(tweet) + .setDescription(tweet ? tweet : 'No content.') .addFields( { name: 'Link', value: TweetLink, inline: true }, { name: 'Tweet ID', value: tweetid, inline: true },