If you want to create new instance of this bot(compile yourself and launch on your server), then create in org.pooh.tools class dflt.java:
package org.pooh.tools;
/**
* The file with hidden variables
*/
public class dflt{
public static final String botTocken = "here enter tocken got by @BotFather";
public static final String botName = "here enter name of bot";
}