---
name: Bug report
about: Report a bug in SupaBotBase
title: "[BUG]"
labels: bug
assignees: ''

---

**Versions**
- SupaBotBase: Use `require("SupaBotBase").version`.
- Discord.js: Use `require("discord.js").version`.
- Node: Use `node -v`

**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

**Code snippet**
```js
Your code
```

**Additional context**
Add any other context about the problem here.
