From 444c13d56eb9a0bbb9be5d4a5f384a4ed1923792 Mon Sep 17 00:00:00 2001 From: Brad Whitesell Date: Sat, 8 Feb 2020 02:17:11 -0800 Subject: [PATCH] Added README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md 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