Removed watermark in embed footers.
All checks were successful
Build Distribution / Build (push) Successful in 30s
All checks were successful
Build Distribution / Build (push) Successful in 30s
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user