A Discord bot for the Craft & Code Club community with automated features and interactive commands.
- Welcome Messages: Greets new members with custom messages
- Rules Command: Display server rules and guidelines
- LeetCode Daily Problem: Automatically posts LeetCode problem in a specified forum daily
- Community Events: Manage and notify about community events
- Create an application in Discord
- Setup Python environment
- Configure Environment Variables
- Setup LeetCode Daily Task
- Copy the example environment file:
cp .env.example .env- Edit the
.envfile with your configuration:
pip install -r requirements.txt