Discord.Net.Bot 2.3.0

Suggested Alternatives

Discord.Net.Bot 3.0.0

Additional Details

The use of these versions of the package are no longer supported and may not work with the latest Discord version.

There is a newer version of this package available.
See the version list below for details.
dotnet add package Discord.Net.Bot --version 2.3.0
NuGet\Install-Package Discord.Net.Bot -Version 2.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Discord.Net.Bot" Version="2.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Discord.Net.Bot --version 2.3.0
#r "nuget: Discord.Net.Bot, 2.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Discord.Net.Bot as a Cake Addin
#addin nuget:?package=Discord.Net.Bot&version=2.3.0

// Install Discord.Net.Bot as a Cake Tool
#tool nuget:?package=Discord.Net.Bot&version=2.3.0

bBotLibrary

NuGet Nuget

Discord.Net.Bot - A small library used to make a base bot in seconds.

This package was created to speed up creation of bots for myself. Released to help anyone else who would benefit. Uses NuGet package Discord.Net but has no affiliation with Discord.Net. If outdated, feel free to contribute and create a pull request to update to latest Discord.Net version.

Example project

An example project that uses the Discord.Net.Bot package is Lori's Angel. Lori's Angel is a bot that adds fun commands and games such as connect 4 with rendered game boards. You can invite Lori's Angel to your Discord Guild here: https://discordapp.com/oauth2/authorize?client_id=729696788097007717&scope=bot&permissions=44032 View the source code of Lori's Angel: https://github.com/byBlurr/lorisangel

Another example project that is just a basic bot will be added to the solution soon.

Bigger Updates

Changes that you will need to change if you have updated recently

Check Lori's Angel to see how to make the changes...

  • New BotCommand changes mean you will need to update the CommandHandler.RegisterCommands() override.
  • New util classes instead of one big class, you will need to go through all occurances of the Util class and change them to the correct Util class. No method names were changed, the Util classes are as follows Util, EmojiUtil, StringUtil, ChannelUtil and MessageUtil
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0 371 12/23/2021
2.3.0 436 2/24/2021
2.2.0.13 386 2/9/2021
2.2.0.12 365 2/8/2021
2.2.0.11 363 1/28/2021
2.2.0.10 380 1/25/2021
2.2.0.9 419 1/20/2021
2.2.0.8 364 1/19/2021
2.2.0.7 350 1/19/2021
2.2.0.6 342 1/19/2021
2.2.0.5 404 1/18/2021
2.2.0.4 389 1/17/2021
2.2.0.3 452 1/16/2021
2.2.0.2 555 7/7/2020
2.2.0.1 476 6/23/2020
2.2.0 545 6/21/2020
2.1.1 492 6/21/2020

Update to Discord.Net version 2.3

For all changes, head to https://github.com/byBlurr/bBotLibrary