OTAL.DiscordBot 1.3.0

.NET 6.0
dotnet add package OTAL.DiscordBot --version 1.3.0
NuGet\Install-Package OTAL.DiscordBot -Version 1.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="OTAL.DiscordBot" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OTAL.DiscordBot --version 1.3.0
#r "nuget: OTAL.DiscordBot, 1.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 OTAL.DiscordBot as a Cake Addin
#addin nuget:?package=OTAL.DiscordBot&version=1.3.0

// Install OTAL.DiscordBot as a Cake Tool
#tool nuget:?package=OTAL.DiscordBot&version=1.3.0

Library for OTAL members to make Discord Bots

Product Versions
.NET net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
Compatible target framework(s)
Additional computed target framework(s)
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
1.3.0 99 3/3/2023
1.2.0 133 2/25/2023
1.1.2 117 2/23/2023
1.1.1 176 1/25/2023
1.1.0 170 1/11/2023
1.0.2 219 12/5/2022
1.0.1 216 12/4/2022
1.0.0 207 12/3/2022

1.3.0

Middleware implementation now capable to async/await
IntendedException now has 1 constuctor for logging
otalbotcache.json location updated to Environment CurrentDirectory


1.2.0

MiddlewareContext Implemented, no more List<objects> middlewareObjects
IMiddlewareCommand & IMiddlewareComponent replaced with IMiddlewareInteraction
All Interactions now uses Defer (RespondAsync no longer in use)
Button Performance Improvement

1.1.2

Discord.Net updated to 3.9.0
Fixed an issue where Jobs was not working at all
INFO log is given to inform users that jobs have been loaded in

1.1.1

Added Component Utility
Fix an issue where commands with capital letters will not work correctly
Fix an issue where sometimes commands would not update correctly when changes are found


1.1.0

Performance Improvement
Implement Jobs
Implement Auto Command Registration
Minor Bug Fixes

1.0.2

Fixed an issue where some handlers will not Log correctly.

1.0.1

Fixed an issue where Mediator would not get Handlers corrected
Fixed an issue where Settings would not be updated

1.0.0

Initial Release