OTAL.DiscordBot
1.4.1
See the version list below for details.
dotnet add package OTAL.DiscordBot --version 1.4.1
NuGet\Install-Package OTAL.DiscordBot -Version 1.4.1
<PackageReference Include="OTAL.DiscordBot" Version="1.4.1" />
paket add OTAL.DiscordBot --version 1.4.1
#r "nuget: OTAL.DiscordBot, 1.4.1"
// Install OTAL.DiscordBot as a Cake Addin #addin nuget:?package=OTAL.DiscordBot&version=1.4.1 // Install OTAL.DiscordBot as a Cake Tool #tool nuget:?package=OTAL.DiscordBot&version=1.4.1
1.4.1
Fixed an issue where IsDeferred property was not working correctly Fixed an issue where IsEphemeral property was not working correctly
1.4.0
Fixed an issue where Jobs sometimes does things more than once due to Multiple Threading Added a property that allows user to choose whether an interaction should be deferred or not Added a property that allows user to hide responses in all interactions Fixed an issue where Commands would not be removed correctly Added Multiple methods on IOTALDiscordBot to be compatible with different environments Added Guild property on IOTALDiscordBot for more efficient way on access Guild
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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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. |
-
net6.0
- Discord.Net (>= 3.9.0)
- Discord.Net.WebSocket (>= 3.9.0)
- JsonFlatFileDataStore (>= 2.4.1)
- Longbow.Cronos (>= 1.0.0)
- Mediator.Abstractions (>= 1.0.5)
- Microsoft.Extensions.Configuration.Abstractions (>= 7.0.0)
- Microsoft.Extensions.DependencyInjection (>= 7.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 7.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 7.0.0)
- Microsoft.Extensions.Options.DataAnnotations (>= 7.0.0)
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.8 | 118 | 8/11/2024 | |
3.0.7 | 98 | 7/26/2024 | |
3.0.6 | 93 | 7/26/2024 | |
3.0.5 | 86 | 7/26/2024 | |
3.0.4 | 82 | 7/26/2024 | |
3.0.3 | 77 | 7/26/2024 | |
3.0.2 | 85 | 7/24/2024 | |
3.0.1 | 125 | 5/10/2024 | |
3.0.0 | 124 | 5/10/2024 | |
2.2.3 | 122 | 5/3/2024 | |
2.2.2 | 322 | 2/4/2024 | |
2.2.1 | 121 | 2/4/2024 | |
2.2.0 | 243 | 11/13/2023 | |
2.1.0 | 142 | 11/11/2023 | |
2.0.0 | 177 | 10/5/2023 | |
1.5.0 | 271 | 7/22/2023 | |
1.4.3 | 233 | 5/20/2023 | |
1.4.2 | 298 | 4/16/2023 | |
1.4.1 | 293 | 3/30/2023 | |
1.4.0 | 225 | 3/30/2023 | |
1.3.0 | 359 | 3/3/2023 | |
1.2.0 | 290 | 2/25/2023 | |
1.1.2 | 281 | 2/23/2023 | |
1.1.1 | 352 | 1/25/2023 | |
1.1.0 | 347 | 1/11/2023 | |
1.0.2 | 405 | 12/5/2022 | |
1.0.1 | 391 | 12/4/2022 | |
1.0.0 | 360 | 12/3/2022 |
1.4.1
Fixed an issue where IsDeferred property was not working correctly
Fixed an issue where IsEphemeral property was not working correctly
1.4.0
Fixed an issue where Jobs sometimes does things more than once due to Multiple Threading
Added a property that allows user to choose whether an interaction should be deferred or not
Added a property that allows user to hide responses in all interactions
Fixed an issue where Commands would not be removed correctly
Added Multiple methods on IOTALDiscordBot to be compatible with different environments
Added Guild property on IOTALDiscordBot for more efficient way on access Guild
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