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-03 21:12:03 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d606a9b8f5f52a7da5d138bb52904885d1aba339
KfChatDotNet
/
KfChatDotNetBot
History
barelyprofessional
d606a9b8f5
Added Keno
2025-10-06 11:34:11 -05:00
..
Commands
Added Keno
2025-10-06 11:34:11 -05: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
Implemented a very simple game to test the wager system
2025-10-05 00:47:14 -05:00
Services
Added auto delete after x amount of time to the send chat message method
2025-10-06 03:14:08 -05:00
Settings
Added lastactive command to get the last time BossmanJack did something observed by the bot
2025-10-04 14:10:25 -05:00
ApplicationDbContext.cs
Added the initial framework for the new Money system.
2025-08-20 14:59:09 -05:00
ChatBot.cs
Added auto delete after x amount of time to the send chat message method
2025-10-06 03:14:08 -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
Testing out RandN for better quality random. Also took out seeds until I can find a way to implement it that doesn't completely break gambling
2025-10-05 01:40:05 -05: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
Migrated streams from bespoke settings to a database table, added DLive support and Streamlink capturing with remux support
2025-07-20 01:27:00 -05:00