Hrithik Dhakrey

Results 3 issues of 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. ![image](https://github.com/user-attachments/assets/02322e71-b258-4266-9970-64b7b8fafed4) 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