This website requires JavaScript.
Explore
Help
Sign In
Salastil
/
KfChatDotNet
Watch
1
Star
0
Fork
0
You've already forked KfChatDotNet
mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced
2026-05-04 05:12:05 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d83b357ec372b0357019036f6171fe6016dd66f8
KfChatDotNet
/
KfChatDotNetBot
History
barelyprofessional
d83b357ec3
Using a proper cancellation token for commands rather than the shared one, so timeouts should be handled more gracefully and also hopefully maybe actually consistently work. Also added error reporting
2025-12-10 20:06:15 -06:00
..
Commands
Updated new games so they have individual cleanup delays. Also extended timeouts for Wheel as it's prone to timing out
2025-12-10 19:43:28 -06:00
Extensions
Migrated away from extension methods for pretty much all the money stuff as it turns out it passes a copy of the object and not a reference. This was causing a lot of weird behavior probably due to EF change tracking.
2025-09-24 00:58:45 -05:00
Migrations
Added the initial framework for the new Money system.
2025-08-20 14:59:09 -05:00
Models
oval shaped wheel game (
#7
)
2025-12-10 10:16:58 -06:00
Services
Using a proper cancellation token for commands rather than the shared one, so timeouts should be handled more gracefully and also hopefully maybe actually consistently work. Also added error reporting
2025-12-10 20:06:15 -06:00
Settings
Updated new games so they have individual cleanup delays. Also extended timeouts for Wheel as it's prone to timing out
2025-12-10 19:43:28 -06:00
ApplicationDbContext.cs
Added the initial framework for the new Money system.
2025-08-20 14:59:09 -05:00
ChatBot.cs
Log spam
2025-10-26 10:43:58 -05:00
config.json
Renamed the bot from KickBot -> ChatBot and removed the reference to Kick in the project name
2024-07-26 16:50:39 +08:00
KfChatDotNetBot.csproj
Added Redis
2025-12-10 00:14:40 -06:00
NLog.config
Renamed the bot from KickBot -> ChatBot and removed the reference to Kick in the project name
2024-07-26 16:50:39 +08:00
NLog.xsd
Renamed the bot from KickBot -> ChatBot and removed the reference to Kick in the project name
2024-07-26 16:50:39 +08:00
Program.cs
Did a massive overhaul of settings where it now uses an attribute and reflection to populate the DB. Gets rid of the enormous array and makes it a one-step process to create settings.
2025-10-18 03:45:23 -05:00