Prevent instantiating utility classes
continuous-integration/drone/push Build is passing

This commit is contained in:
bea
2023-01-16 07:07:42 +01:00
parent ccf69a2903
commit 980cf5eef3
18 changed files with 73 additions and 0 deletions
@@ -10,6 +10,10 @@ import wtf.beatrice.hidekobot.HidekoBot;
public class Invite
{
private Invite() {
throw new IllegalStateException("Utility class");
}
public static MessageEmbed generateEmbed()
{
EmbedBuilder embedBuilder = new EmbedBuilder();