Visual Basic Example for creating a Discord Bot using Discord.Net (2.2.1)
Before you start coding a project, I would suggest reviewing the Guides and Documentation provided.
Once you've created your new project (preferably a .Net Core Console Application) install the following
Nuget Packages:
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.