Advertisement
sopyanx

tg_config

Mar 24th, 2019
6,472
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. :put "tg: Load config"
  2.  
  3. :local config {
  4.  
  5. "botAPI"="(API BOT TELEGRAM ANDA)";
  6. "defaultChatID"="(CHAT ID BOT ANDA)";
  7. "trusted"="(CHAT ID YANG DIGUNAKAN UNTUK BERKOMUNIKASI DENGAN BOT)";
  8. "storage"="";
  9. "timeout"=1;
  10. }
  11.  
  12. return $config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement