! Published.
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

This commit is contained in:
2025-05-03 11:09:41 +02:00
commit 19dea8f983
82 changed files with 14408 additions and 0 deletions

10
src/Bot.php Normal file
View File

@@ -0,0 +1,10 @@
<?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