All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.mayuna.modularbot.ModularBotStyles Maven / Gradle / Ivy

package dev.mayuna.modularbot;

import dev.mayuna.mayusjdautils.MayusJDAUtilities;
import dev.mayuna.mayusjdautils.styles.MessageInfoStyles;
import net.dv8tion.jda.api.EmbedBuilder;
import org.jetbrains.annotations.NotNull;

/**
 * Implementation of {@link MessageInfoStyles}
 */
public class ModularBotStyles extends MessageInfoStyles {

    public ModularBotStyles(MayusJDAUtilities mayusJDAUtilities) {
        super(mayusJDAUtilities);
    }

    @NotNull
    @Override
    public EmbedBuilder getDefaultEmbedStyle() {
        return super.getDefaultEmbedStyle().setFooter("Powered by Modular Discord Bot");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy