* Copyright (c) 2020-present Valithor Obsidion * * This file is subject to the MIT license that is bundled * with this source code in the LICENSE.md file. */ include __DIR__.'/../vendor/autoload.php'; //class RedisPsr16 extends \Symfony\Component\Cache\Psr16Cache {} include __DIR__.'/functions.php'; include __DIR__.'/DiscordSingleton.php'; include __DIR__.'/DiscordTestCase.php';