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).