Interface GuildSettings
public interface GuildSettings
-
Method Summary
Modifier and Type Method Description LonggetGuildId()Gets the guildIDvoidsetGuildId(Long guildId)Sets the guildID
-
Method Details
-
getGuildId
Long getGuildId()Gets the guildID- Returns:
- the guildID
-
setGuildId
Sets the guildID- Parameters:
guildId- the guildID
-