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

Blog

5 posts tagged bot

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
Python: Create a Discord Bot on Your Raspberry Pi Using Discord.py
Python

Python: Create a Discord Bot on Your Raspberry Pi Using Discord.py

This article will get you up and running with a Discord bot on your Raspberry Pi using the Discord.Py library.NoteThe code has been updated to reflect Discord.Py’s re-write. You can always view...

May 4, 20173 min read