diff --git a/README.md b/README.md new file mode 100644 index 0000000..d7a5be5 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# KanyeBot +Discord bot built with Discord.NET that consumes the [kanye.rest service](https://kanye.rest/) for enlightening the public. + +## Building +Verify that the following dependencies are installed before attempting to build - [.NET Core 2.1](https://dotnet.microsoft.com/download/dotnet-core/2.1). +To build the bot, run the following command: +```bash +dotnet publish -c Release +``` \ No newline at end of file