Closed mush1e closed 4 months ago
This pull request introduces the initial implementation of the Discord bot that posts daily LeetCode problems and tracks users' solving activity.
main.py
settings.py
requirements.txt
Initial Commit: Add Discord Bot Code
Description
This pull request introduces the initial implementation of the Discord bot that posts daily LeetCode problems and tracks users' solving activity.
Features
Files Added
main.py
: Main bot codesettings.py
: Configuration file (contains logging config + env variables)requirements.txt
: Used to install dependenciesFuture Enhancements