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

Blog

7 posts tagged discord

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
Using Discord Webhooks and Embeds With PowerShell (Part 2)
PowerShell

Using Discord Webhooks and Embeds With PowerShell (Part 2)

Welcome to part 2 of my series of using PowerShell to send Discord webhooks. In this post I will be going over how to send embeds. If you’re just getting started with the process, I recommend reading...

Oct 16, 20183 min read
Using Discord Webhooks With PowerShell (Part 1)
PowerShell

Using Discord Webhooks With PowerShell (Part 1)

A Discord Webhook allows you to send a message to a text channel auto-magically. It essentially provides a URL that is associated with a channel. You can customize the name of the sender, the avatar...

Mar 12, 20182 min read