You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
405 B

11 years ago
package org.telegram;
/**
* @author Ruben Bermudez
* @version 1.0
* @brief Bots configurations
* @date 20 of June of 2015
*/
public class BotConfig {
public static final String TOKENWEATHER = "<BOT TOKEN>";
public static final String TOKENTRANSIFEX = "<BOT TOKEN>";
public static final String TOKENFILES = "<BOT TOKEN>";
public static final String TOKENDIRECTIONS = "<BOT TOKEN>";
}