An open API service indexing awesome lists of open source software.

https://github.com/ola-jed/netbot

A discord bot written in c# with the Discord.Net library
https://github.com/ola-jed/netbot

csharp discord-bot

Last synced: 4 months ago
JSON representation

A discord bot written in c# with the Discord.Net library

Awesome Lists containing this project

README

          

# NetBot
Discord bot written in c# with [Discord.Net](https://github.com/discord-net/Discord.Net)

## Requirements

- [dotnet](https://dotnet.microsoft.com/download)
- A discord bot token

## Setup
```shell
git clone https://github.com/Ola-jed/NetBot.git
cd NetBot/NetBot
# export DISCORD_TOKEN="YourSecretToken"
dotnet run
```