mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
Import Parabot "API" & Rename Directory Names
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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";
|
||||
}
|
||||
Reference in New Issue
Block a user