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

com.github.alex1304.ultimategdbot.api.database.GuildSettings Maven / Gradle / Ivy

There is a newer version: 6.0.2
Show newest version
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