feat: added design for navbar and Background; edited DC-Handler; added roles for right calling; added check for highest role; added DC-Login page + Button

This commit is contained in:
Ioannis
2025-07-06 19:13:18 +02:00
commit e3080940b5
8 changed files with 352 additions and 0 deletions

9
config.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
return [
'client_id' => '1391359380879835146',
'client_secret' => 'KUlkgzqI-JcLenAmxmFGwV_UroPWW6ZV',
'redirect_uri' => 'http://localhost/alphacar/callback.php',
'guild_id' => '1350913088827691129',
'role_id' => '1350945581194809376'
];
?>