Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.44 KB

README.md

File metadata and controls

18 lines (14 loc) · 1.44 KB

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

You can use the example project below, however it is not updated since v2.3.0, it should still work if the NuGet package is updated. The library itself is the only thing that changed. You can also look at the test bot in this repo.

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

Updating Version 2.3.0 -> Version 3.0.0

Will be updated soon...

  • Updated to .Net 6.0
  • Updated to Discord.Net v3.0.0
  • You should not need to make any changes to your project, just update Discord.Net.Bot in NuGet