G
gnja.io
HomeBlogProjectsGalleryVideosAbout
System operational
© 2026 gnja.io•About•GitHub•YouTube•RSS
Blog

Blog

6 posts in raspberry-pi

C# Discord Bot: Command Handling
Raspberry PiC#

C# Discord Bot: Command Handling

This post will go over command handling with Discord.Net. Whether you are following along from the Raspberry Pi series, or are just curious about how to do command handling with Discord.Net,...

Jan 16, 20226 min read
C# Discord Bot: Adding a Database
Raspberry PiC#

C# Discord Bot: Adding a Database

A database can be used to store and retrieve data that can make your bot even more robust. In this post, I will be going over how to create a database, and use it to expand our 8Ball command. .NET...

Jul 15, 20203 min read
C# Discord Bot: Logging All The Things
Raspberry PiC#

C# Discord Bot: Logging All The Things

No matter what you're using your bot for, more likely than not you'll want to know what the heck is happening at some point. Luckily, we can add a logging service to get this done. In this post I...

Jul 21, 20196 min read
C# Discord Bot on Raspberry Pi: Simple Bot With Config File
Raspberry PiC#

C# Discord Bot on Raspberry Pi: Simple Bot With Config File

Now let’s get a Discord bot working on our Pi! Create the Discord Bot App, and Invite it to Your ServerCreate the Configuration File to Store the TokenAdd Required PackagesUpdate the Program.cs File...

Mar 11, 20196 min read
C# Discord Bot on Raspberry Pi: Setting Things Up
Raspberry PiC#

C# Discord Bot on Raspberry Pi: Setting Things Up

What if I said it was possible to run a Discord bot on a Raspberry Pi natively? With .NET, we can do just that. Getting StartedInstalling .NETInstalling GitInstalling Visual Studio CodeCreating the...

Mar 11, 20197 min read
Raspberry Pi Headless Setup With WiFi and SSH Enabled
Raspberry Pi

Raspberry Pi Headless Setup With WiFi and SSH Enabled

The Raspberry Pi is an awesome little computer that can do just about anything. It’s around $35 USD for the 3B+ model, which is the one I prefer to use most of the time. This post will go over how to...

Mar 10, 20195 min read