-
Currently in `Miunie.Core/Services/ProfileService.cs` we have a hardcoded response.
This response should come from another service injected into `ProfileService`'s constructor.
The new service w…
-
The [service collection of DSharpPlusDiscord](https://github.com/discord-bot-tutorial/Miunie/blob/master/src/Miunie.Discord/DSharpPlusDiscord.cs#L39&L44) needs to be refactored.
## What is going on…
-
> 🥇 This issue is great for new contributors and Miunie beginners.
## About
When Miunie tries to connect and the bot token is either Null, empty, or invalid, there is an exception thrown.
Thi…
-
A simple command that responds with the link to this repository.
This could be a part of a series of commands like 'bug', 'report issue' or similar.
Keep in mind the structure should still apply.
…
-
### 1️⃣ The naming of these two methods should be changed:
https://github.com/discord-bot-tutorial/Miunie/blob/1f62659883c8a042c238e76607d8ef13ae1932cc/src/Miunie.Core/Providers/UserReputationProvi…
-
❗️ This issue is specifically for our newcomers. It is ideal for if you wish to use this issue as a learning tool for your first PR into Miunie 👍
In Miunie.ConsoleApp/Resources there is a folder n…
-
We need to start documenting our commands. Currently you can see the commands with
```
@Miunie help
```
But we should have a new `Commands.md` file in our `docs/` directory.
I suggest using a…
-
## About
In our ConsoleApp, we used to use Microsoft's [System.ConfigurationManager](https://docs.microsoft.com/en-us/dotnet/api/system.configuration.configurationmanager?view=netframework-4.8) for…
-
## About
When no bot token is set, Miunie crashes on start.
While this should be handled in the Core, the GUI shouldn't let the user get that far.
So the task is to make sure the user doesn't s…
-
With @DraxCodes and @svr333, we discovered that Miunie will not work properly when run from the Visual Studio IDE. (Either in debug or without debugging).
While Miunie will start up, she will not r…