com.github.alex1304.ultimategdbot.api.database.GuildSettings Maven / Gradle / Ivy
package com.github.alex1304.ultimategdbot.api.database;
public interface GuildSettings {
/**
* Gets the guildID
*
* @return the guildID
*/
long getGuildId();
/**
* Sets the guildID
*
* @param guildId the guildID
*/
void setGuildId(Long guildId);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy