BetterHosting.SlashCommands
0.0.0-alpha
See the version list below for details.
dotnet add package BetterHosting.SlashCommands --version 0.0.0-alpha
NuGet\Install-Package BetterHosting.SlashCommands -Version 0.0.0-alpha
<PackageReference Include="BetterHosting.SlashCommands" Version="0.0.0-alpha" />
paket add BetterHosting.SlashCommands --version 0.0.0-alpha
#r "nuget: BetterHosting.SlashCommands, 0.0.0-alpha"
// Install BetterHosting.SlashCommands as a Cake Addin #addin nuget:?package=BetterHosting.SlashCommands&version=0.0.0-alpha&prerelease // Install BetterHosting.SlashCommands as a Cake Tool #tool nuget:?package=BetterHosting.SlashCommands&version=0.0.0-alpha&prerelease
BetterHosting
An unofficial wrapper for DSharpPlus, but able to be used in a more standard hosting model. No relation to DSharpPlus
BetterHosting.EventsNext
Extension of BetterHosting which allows for proper dependency injection of event handlers
Installing
You can install the library from following sources:
All Nightly versions are available on Nuget as a pre-release. These are cutting-edge versions automatically built from the latest commit in the
master
branch in this repository, and as such always contains the latest changes. If you want to use the latest features on Discord, you should use the nightlies.Despite the nature of pre-release software, all changes to the library are held under a level of scrutiny; for this library, unstable does not mean bad quality, rather it means that the API can be subject to change without prior notice (to ease rapid iteration) and that consumers of the library should always remain on the latest version available (to immediately get the latest fixes and improvements). You will usually want to use this version.
The latest stable release is always available on NuGet. Stable versions are released less often, but are guaranteed to not receive any breaking API changes without a major version bump.
Critical bugfixes in the nightly releases will usually be backported to the latest major stable release, but only after they have passed our soak tests. Additionally, some smaller fixes may be infrastructurally impossible or very difficult to backport without "breaking everything", and as such they will remain only in the nightly release until the next major release. You should evaluate whether or not this version suits your specific needs.
The library can be directly referenced from your csproj file. Cloning the repository and referencing the library is as easy as:
git clone https://github.com/Qwazwak/BetterHosting.git BetterHosting_Repo
Edit MyProject.csproj and add the following line:
<ProjectReference Include="../BetterHosting_Repo/BetterHosting/BetterHosting.csproj" />
This belongs in the ItemGroup tag with the rest of your dependencies. The library should not be in the same directory or subdirectory as your project. This method should only be used if you're making local changes to the library.
Resources
- Take some reference to the DSharpPlus library documentation, but don't treat it as gospel. Use it as API reference.
- For architecture, take a look at any .NET guide using the IHost model, here is one example from a blog I often reference at my day job..
Example bots
- Example by Qwazwak (currently a part of this repo, but eventually Freddy will be split off
Questions?
I have not setup any chats yet, so lets talk here on GitHub!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
-
net8.0
- BetterHosting (>= 0.0.0-alpha)
- DSharpPlus.SlashCommands (>= 5.0.0-nightly-01900)
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 |
---|---|---|
0.0.0-nightly-00013 | 176 | 11/27/2023 |
0.0.0-alpha | 74 | 11/26/2023 |