Hrithik Dhakrey
Hrithik Dhakrey
Python 3.12 deprecates `datetime.utcnow()` in favor of using timezone-aware objects like `datetime.now(UTC)`. This commit updates the codebase accordingly to align with the latest recommendations. https://docs.python.org/3/library/datetime.html#datetime.datetime.utcnow
In the latest discord API docs description was mistakenly identical to the "activity" field description.  https://discord.com/developers/docs/resources/message#message-object
This PR implements a comment toggle feature similar to popular IDEs like VS Code, allowing users to quickly comment/uncomment lines using Ctrl+/. Issue: #325