Removed watermark in embed footers.
All checks were successful
Build Distribution / Build (push) Successful in 30s

This commit is contained in:
2024-07-09 13:09:04 -04:00
parent 173ace899b
commit ce507e8619

View File

@@ -17,6 +17,7 @@ import org.javacord.api.entity.message.embed.Embed;
import org.javacord.api.entity.message.embed.EmbedBuilder;
import org.javacord.api.entity.message.mention.AllowedMentions;
import org.javacord.api.entity.message.mention.AllowedMentionsBuilder;
import org.javacord.api.interaction.SlashCommandOptionType;
import org.javacord.api.util.logging.ExceptionLogger;
import redis.clients.jedis.Jedis;
@@ -106,9 +107,6 @@ public class MarkovChainMessages {
}
}
// Add a watermark to the footer of the embed.
embed.setFooter("Crabstero is a logal.dev project", "https://logal.dev/images/logo.png");
// Attach the embed to the response.
response.setEmbed(embed);
}