Add basecontract
All checks were successful
Deploy App / deploy (push) Successful in 10s

This commit is contained in:
2025-09-04 17:57:15 +02:00
parent 1565df568d
commit aa27851bd7
7 changed files with 39 additions and 22 deletions

View File

@@ -2,6 +2,7 @@
namespace App\Bots;
use App\Interfaces\BotContract;
use GuzzleHttp\Client;
use Illuminate\Http\JsonResponse;