1
1
mirror of https://gitlab.com/ceda_ei/Quadnite-Bot synced 2025-11-01 09:40:05 +01:00

Add sample api_key.php and change file_get_contents with require

This commit is contained in:
2018-03-31 14:59:19 +05:30
parent 3dbc02dc73
commit 59e0d23ba5
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
<?php
$bot_name = "quadnite_bot";
$bot_api = file_get_contents('api_key');
$bot_api = require('api_key.php');
// Checks whether the given command is the same as the entered command
function check_command($command) {