Skip to content

FreefallGeek/csharpi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csharpi, a C# / Discord.Net Tutorial That Works on a Pi!

This repository is intended for use with my blog series C# Discord Bot on a Raspberry Pi.

Whether or not you use it to follow along with the posts, you can use it to learn how to make a C# Discord bot, and of course the Raspberry Pi part is completely optional.

Using This Repository

There are a couple things you'll want to know when using this repo.

Structure

This repo is setup with different branches representing the progression of features and blog posts.

Building/Debugging

  • When building/debugging this bot it will fail due to a missing config.json file when launched the first time. You'll want to put a config.json file with the following content in /bin/Debug/netcoreapp2.x/
{
    "Token": "your_bot_token",
    "Prefix": ";"
}

For more details, please see my post on getting started.

Have fun!

About

Repository for the Raspberry Pi C# Bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%