## How To Ues Create bot and get token from [BotFather](https://t.me/BotFather) Copy plugin binary file to `/plugins` add config.json to `/plugins/config.com` like this: ```jsonc { "tgChatId": "", // telegram chatid "tgBotToken": "", // telegram token } ```