Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Cut0x committed Oct 14, 2024
1 parent a7d657b commit d39ac61
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,9 @@ define('DISCORD_API_URL', 'https://discord.com/api/v10/users/@me/guilds');
// Other global configurations
define('SITE_NAME', 'BOT_NAME');
define('SITE_URL', 'WEBSITE_URL');

define('DISCORD_CLIENT_ID', 'BOT_ID'); // Replace with your customer ID
define('DISCORD_CLIENT_SECRET', 'SECRET_TOKEN_BOT'); // Replace with your secret shopper
define('DISCORD_REDIRECT_URI', 'http://localhost/callback.php'); // Redirect URL
define('DISCORD_API_URL_A', 'https://discord.com/api');
```
6 changes: 3 additions & 3 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
define('SITE_NAME', 'BOT_NAME');
define('SITE_URL', 'WEBSITE_URL');

define('DISCORD_CLIENT_ID', 'BOT_ID'); // Remplacer par ton client ID
define('DISCORD_CLIENT_SECRET', 'SECRET_TOKEN_BOT'); // Remplacer par ton client secret
define('DISCORD_REDIRECT_URI', 'http://localhost/callback.php'); // URL de redirection
define('DISCORD_CLIENT_ID', 'BOT_ID'); // Replace with your customer ID
define('DISCORD_CLIENT_SECRET', 'SECRET_TOKEN_BOT'); // Replace with your secret shopper
define('DISCORD_REDIRECT_URI', 'http://localhost/callback.php'); // Redirect URL
define('DISCORD_API_URL_A', 'https://discord.com/api');

0 comments on commit d39ac61

Please sign in to comment.