---
name: Bug report
about: Report a problem you experienced while using (or developing) the bot.
title: ''
labels: bug
assignees: ''

---

<!--
If you want to discuss about basic install problems or just have a question or suggestions, just join our Discord server:
https://discord.gg/yAUmDNb
-->

**Describe the problem you experienced in as much detail as possible:**

**Include here, how to reproduce the problem / bug:**
How did you get the bug? Write a list of actions (or insert code) of how you get this problem.

```js

// If you are a contributor,
// insert the reproducible code here.
// Otherwise, delete this code block.

```

**Expected behavior**
A clear and concise description of what you expected to happen.


**Details:**
 - OS: 
 - Node.js version: `node -v` <!-- For contributors -->
 - Version: 

<!-- 
If you are a normal user, just write `!info` in a channel to get the version the bot is running on. 
If you are a developer who is contributing to this project, insert the master commit hash you forked the repo from 
-->

<!-- Delete this if you are not a developer who contributes to this project -->
- [ ] I installed the used the bot according to the [contributing guidelines.](https://github.com/julianYaman/wikipedia-bot/blob/master/docs/CONTRIBUTING.md)
- [ ] I updated every dependecy to its latest release with `npm update --save`
- [ ] The commit hash from where I forked this project was:
