920cf133bc
...so we can make issues more beautiful!
36 lines
807 B
Markdown
36 lines
807 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: "[Bug] "
|
|
labels: "bug \U0001F41B"
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**What's the bug?**
|
|
<!-- Please tell us about the bug as short and easy to understand. -->
|
|
|
|
**How do we reproduce it?**
|
|
<!-- Do:
|
|
1. Use `something function` in `messageCreate` event
|
|
2. Make a message
|
|
3. Bamm!
|
|
|
|
Don't:
|
|
1. Run code
|
|
2. Error!
|
|
-->
|
|
|
|
**What should have happened?**
|
|
<!-- We might not know what you were expecting. Please tell us. -->
|
|
|
|
**What is actually happening?**
|
|
<!-- Please tell us the result of the code. -->
|
|
|
|
**What versions you're using?**
|
|
- OS: <!-- [e.g. macOS 11.1 Big Sur] -->
|
|
- Deno: <!-- [e.g. Deno 1.6.1] -->
|
|
- Harmony: <!-- [e.g. Harmony 0.9.0] -->
|
|
|
|
**Do you have anything to tell us more about the bug?**
|
|
<!-- If you do, please tell us more in here. -->
|