DiscordDungeons / Bugs

Bug tracking for Discord Dungeons
13 stars 9 forks source link
hacktoberfest

Reporting a Bug

Reproducing

In order to get the issue resolved quicker, please provide information on how to reproduce the issue.

This is done by providing the command you used to get the issue and other information related to it.

Error Messages

If there's an error message, provide the error.

To provide it, place it in three backticks (`), with a new line after them and then the error, closing it with another three backticks like so;

```

THIS IS MY ERROR

```

You can also provide it with the language tag js like so;

```js

THIS IS MY ERROR

```

This makes it easier to read.