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

me.schlaubi.commandcord.command.PrefixProvider Maven / Gradle / Ivy

The newest version!
package me.schlaubi.commandcord.command;

/**
 * @author Schlaubi / Michael Rittmeister
 */

public interface PrefixProvider {

    /**
     * Will be called when guild specified prefixes are enabled
     *
     * @param guildId Id of the guild where the command is executed
     * @return The prefix
     */
    String getPrefix(String guildId);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy