Skip to content

Commit

Permalink
Update Vars.php
Browse files Browse the repository at this point in the history
  • Loading branch information
iamNVN authored Dec 6, 2020
1 parent 99b906f commit b9223ea
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Resources/Vars.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
$date1 = date("h:i:s d-m-Y"); //Current Date and Time


////////////////=========[VARIABLES FROM CONFIG]=========////////////////

$API_KEY = $_ENV['BOT_TOKEN'];
$USERNAMEBOT = $_ENV['BOT_USERNAME'];
$WEATHER_API = $_ENV['WEATHER_API_KEY'];
$TG_DUMP_CHAT = $_ENV['TG_DUMP_CHAT'];


////////////////=========[VARIABLES OF MESSAGE]=========////////////////

$message = $update->message; //Message
Expand Down Expand Up @@ -35,4 +43,4 @@
$messageid = $update->callback_query->message->message_id; //Message ID from Callback Data


?>
?>

0 comments on commit b9223ea

Please sign in to comment.