X Tutup
Skip to content
This repository was archived by the owner on Jan 1, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 1.06 KB

File metadata and controls

14 lines (12 loc) · 1.06 KB

Discord.Net (Visual Basic) Example Bot

NuGet
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:

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.

X Tutup