This project is a template for creating a Discord bot with a custom OAuth implementation using the Discord.net Framework.
- Custom OAuth implementation
- Easy-to-use template for creating Discord bots
- Built with the Discord.net Framework
- Docker installed on your machine
- Discord Developer Portal account to create a bot and get the necessary credentials
-
Clone the repository:
git clone https://github.com/rllko/Discord-Bot-OAuth-Client.git cd Discord-Bot-OAuth-Client
-
Update
docker-compose.yml
file with your bot and server credentials:environment: - discord_token=TOKEN HERE - guildId=SERVER ID - clientId - clientSecret - response_type - baseUrl - scope - code_challenge_method
- Run the project:
docker compose up
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
- Discord.net for the framework