mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-02 16:49:10 +00:00
15 lines
407 B
Java
15 lines
407 B
Java
package org.parabot.api;
|
|
|
|
/**
|
|
* @author JKetelaar
|
|
*/
|
|
public class Configuration {
|
|
|
|
public static final String BOT_TITLE = "Parabot";
|
|
public static final String BOT_SLOGAN = "The best RuneScape private server bot";
|
|
|
|
public static final String V3_API_ENDPOINT = "http://v3.bdn.parabot.org/api/";
|
|
|
|
public static final String LIBRARIES_DOWNLOAD = V3_API_ENDPOINT + "bot/libraries/download";
|
|
}
|