Now my own instance is working on @FrimeBugBot
Bot for creating anns(notes with documents, photos, stickers..), welcome messages in multiple groups
If you want to create new instance of this bot(compile yourself and launch on your server), then create in org.bugbot.tools class dflt.java:
package org.bugbot.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";
}