Interface GuildSettings
-
public interface GuildSettings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LonggetGuildId()Gets the guildIDvoidsetGuildId(Long guildId)Sets the guildID
-
public interface GuildSettings
| Modifier and Type | Method | Description |
|---|---|---|
Long |
getGuildId() |
Gets the guildID
|
void |
setGuildId(Long guildId) |
Sets the guildID
|