5 posts tagged bot
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...

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...

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...