---
name: Bug report
about: Create a report to help us improve
title: '[BUG] '
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Code Example**
If applicable, add a minimal code example that reproduces the issue:
```rust
// Your code here
```
**Error Output**
If applicable, add the error message or stack trace:
```
Error message here
```
**Environment (please complete the following information):**
- OS: [e.g. Linux, macOS, Windows]
- Rust version: [e.g. 1.70.0]
- BotRS version: [e.g. 0.2.5]
- QQ Bot API: [e.g. Guild Bot API, Group Bot API]
**Additional context**
Add any other context about the problem here.
**Possible Solution**
If you have an idea of how to fix the issue, please describe it here.