From 71b74461c48247138bb4736cdc37349a49b95621 Mon Sep 17 00:00:00 2001 From: Bryan Raflyansah <76269148+BryanRfly@users.noreply.github.com> Date: Sun, 20 Jun 2021 19:01:40 +0700 Subject: [PATCH] Update config.json Adding a Telegram Owner Username that works for Owner Features --- config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index d93ec78..6cfde33 100644 --- a/config.json +++ b/config.json @@ -1,8 +1,9 @@ -{ +{ + "usernameOwner": "BryanRfly", "apikey": "", "bot_token": "", "owner": "LoL Human", "ownerLink": "https://t.me/LoLHumen", "version": "1.1.0", "prefix": "/" -} \ No newline at end of file +}