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-02 04:22:04 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
adf38b9c53c142913aa28e19a46cba40d09cda42
KfChatDotNet
/
KfChatDotNetBot
/
Models
/
DbModels
History
barelyprofessional
dd0f6cee6c
Added functionality to the database for a WhoWas feature that can say when a user was last in chat
2025-04-13 13:09:46 -05:00
..
ChipsggBetDbModel.cs
Added Chips.gg integration. It basically works but needs more testing and also smashes the DB with how fast their feed updates.
2024-08-17 21:58:10 +08:00
HowlggBetsDbModel.cs
Renamed the bot from KickBot -> ChatBot and removed the reference to Kick in the project name
2024-07-26 16:50:39 +08:00
ImageDbModel.cs
Added a generic interface for retrieving images. Where multiple images exist, it'll retrieve the least seen. If there are sufficient images to work with, it'll randomly pick from a subset of the least seen to make it less predictable what's going to show up.
2025-02-15 23:31:26 +08:00
JuicerDbModel.cs
Renamed the bot from KickBot -> ChatBot and removed the reference to Kick in the project name
2024-07-26 16:50:39 +08:00
RainbetBetsDbModel.cs
BetId is now a GUID. Converted column from INTEGER to TEXT
2025-03-21 21:06:40 +08:00
SettingDbModel.cs
Added a ValueType concept for Settings. Currently unused but planned to assist with editing settings from chat.
2025-02-08 23:41:55 +08:00
TwitchViewCountDbModel.cs
Added Twitch view count logging
2024-08-15 16:45:02 +08:00
UserDbModel.cs
Added functionality to the database for a WhoWas feature that can say when a user was last in chat
2025-04-13 13:09:46 -05:00