10 Commits

Author SHA1 Message Date
86875bf93d feat: Revamp README.md for enhanced clarity and feature presentation in v2.0.0 2025-10-03 23:57:26 +07:00
5a69b29ae0 refactor: enhance code execution and analysis features with package installation support and detailed output display 2025-08-24 23:50:54 +07:00
e93f76d693 Refactor code structure for improved readability and maintainability 2025-08-08 09:54:18 +07:00
d0a6743d80 feat: Update model references to include 'openai/' prefix and improve Dockerfile for better caching and user permissions 2025-04-16 21:58:15 +07:00
584d6e382d feat: Enhance reminder functionality with timezone support and update configuration handling 2025-03-25 12:47:41 +07:00
eb90e4f46a Update README.md to enhance clarity and add new features 2025-03-16 22:10:27 +07:00
8542819597 Add PyPDF2 dependency and update README with ADMIN_ID configuration, add pdf function for only whitelisted user, add blacklist (aka bot ban). 2025-02-25 09:21:05 +07:00
Vu Quoc Anh
67e806a901 Add slash command /user_stat to display user statistics
Add a new slash command `/user_stat` to fetch and display user statistics.

* **bot.py**
  - Add a new slash command `/user_stat` to fetch and display the current input token, output token, and model for the user.
  - Retrieve the user's history to calculate the input and output tokens.
  - Fetch the model from the database.
  - Update the `help_command` to include the new `/user_stat` command.

* **README.md**
  - Add documentation for the new `/user_stat` command.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Coder-Vippro/ChatGPT-Discord-Bot?shareId=XXXX-XXXX-XXXX-XXXX).
2025-01-07 22:32:44 +07:00
Vu Quoc Anh
458fb0db41 Update README.md 2024-11-06 11:22:01 +07:00
6785b9d383 Initial commit with all files 2024-10-26 13:19:48 +07:00