Skip to content

Commit

Permalink
Added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoFrost committed Feb 8, 2020
1 parent 64fc2aa commit 444c13d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 444c13d

Please sign in to comment.