Files
discord-bot/src/Bot.php
Berg János 19dea8f983
All checks were successful
Build the "latest" docker image / build_docker_image (push) Successful in 26s
Build docker image / build_docker_image (push) Successful in 28s
! Published.
2025-05-03 11:09:41 +02:00

11 lines
236 B
PHP

<?php
use function Core\discord;
const BOT_ROOT = __DIR__;
define('BOT_BUILD', trim(file_get_contents(BOT_ROOT . DIRECTORY_SEPARATOR . 'version')));
require_once __DIR__ . '/Bootstrap/Requires.php';
discord()->run(); // Run the bot