Discord.Net (Visual Basic) Example Bot
Visual Basic Example for creating a Discord Bot using Discord.Net (2.2.1)
Getting Started
Documentation
Before you start coding a project, I would suggest reviewing the Guides and Documentation provided.
Initial Visual Studio Project
Once you\’ve created your new project (preferably a .Net Core Console Application) install the following
Nuget Packages:
- Discord.Net
- Microsoft.Extensions.Configuration
From there, simply follow one of the provided example templates, to get your bot connected. Each example includes a command module implementation to help you get started with commands.
