Skip to content
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikdemir authored Oct 4, 2020
1 parent 492c0e8 commit ec45be5
Showing 1 changed file with 2 additions and 36 deletions.
38 changes: 2 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,2 @@
# Discord.NET Template [![MyGet](https://img.shields.io/myget/discord-net/v/Discord.Net.svg)](https://www.myget.org/feed/Packages/discord-net) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/directoire/Discord.NET-Template/CodeQL)

<img src="https://i.imgur.com/yg3BYh4.png" align="right"
alt="Size Limit logo by Anton Lovchikov" width="120" height="120">

This repository is a very simple up-to-date template which you can use for your own Discord.NET bot.

* Support for **logging**;
* **Advanced** configuration options thanks to Discord.Addons.Hosting;
* Completely **up-to-date** and being maintained;
* Contains premade commands such as **ping**, **echo** and **math**.


## Config

The template comes with a `appsettings.json` which can be used to provide the prefix and token of your bot.


```
{
"prefix": "!",
"token": "token"
}
```

## Packages

* [Discord.Net](https://www.nuget.org/packages/Discord.Net/)
* [Discord.Net.Commands](https://www.nuget.org/packages/Discord.Net.Commands/)
* [Discord.Net.Core](https://www.nuget.org/packages/Discord.Net.Core/)
* [Discord.Net.WebSocket](https://www.nuget.org/packages/Discord.Net.WebSocket/)
* [Discord.Addons.Hosting](https://www.nuget.org/packages/Discord.Addons.Hosting/)
* [Microsoft.Extensions.Configuration](https://www.nuget.org/packages/Microsoft.Extensions.Configuration/)
* [Microsoft.Extensions.DependencyInjection](https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection/)
* [Microsoft.Extensions.Hosting](https://www.nuget.org/packages/Microsoft.Extensions.Hosting/)
* [Microsoft.Extensions.Logging](https://www.nuget.org/packages/Microsoft.Extensions.Logging/)
# Discord.NET Bot Development Series
This is the repository that belongs to the [Discord.NET Bot Development Series](https://www.youtube.com/watch?v=A3lKvQG2Hpo&list=PLaqoc7lYL3ZDCDT9TcP_5hEKuWQl7zudR).

0 comments on commit ec45be5

Please sign in to comment.