• Joined on 2022-03-04
waifu approved waifu/kemoverse#39 2025-05-29 20:03:37 -07:00
Add multi-env support

Tested and worked as expected, great work as always king

waifu opened issue waifu/kemoverse#38 2025-05-28 20:12:28 -07:00
Missing install instructions for dev & prod
waifu commented on issue waifu/kemoverse#20 2025-05-28 20:04:32 -07:00
Unification of names

Added the info to the wiki, I'll be updating it sporadically.

waifu pushed to stats_system at waifu/kemoverse 2025-05-28 19:31:55 -07:00
9d98299264 expanding character_stats
3b7f2006ef unifying character and stats insertion, generalize get_character
Compare 2 commits »
waifu commented on pull request waifu/kemoverse#21 2025-05-28 18:58:23 -07:00
Added table and general functions for stats system

I just realized that if we bundle it into the card creation we also need to add the changes to the do_create function, which seems logical since that's the way we create cards... I'll work on…

waifu commented on pull request waifu/kemoverse#21 2025-05-28 18:48:56 -07:00
Added table and general functions for stats system

Turning these into a get_characters(...) instead, we don't have a function that receives the ids and retrieves the character(s) information, seemed more useful.

waifu commented on pull request waifu/kemoverse#21 2025-05-28 18:46:16 -07:00
Added table and general functions for stats system

Perfect, I'll add a new section in the config file for this so we can change it later.

waifu pushed to stats_system at waifu/kemoverse 2025-05-28 18:09:30 -07:00
471f399176 Merge branch 'dev' into stats_system
d210f44efc Merge pull request 'Implement Database Connection Pooling' (#31) from 27_pool_db_connections into dev
bdd2f20b84 Implement connection pooling
0690ac5212 Merge pull request 'fix: initialize last_seen_notif_id in db.py' (#29) from nyanide/kemoverse:cool_fix into dev
e8774cb8bd initialize last_seen_notif_id in db.py
Compare 7 commits »
waifu opened issue waifu/kemoverse#37 2025-05-27 16:50:03 -07:00
Popularity and Pity Points
waifu commented on pull request waifu/kemoverse#36 2025-05-26 19:21:25 -07:00
Add Database Migration System

Tested in production and it works without a problem.

waifu merged pull request waifu/kemoverse#22 2025-05-26 18:52:35 -07:00
readme update
waifu pushed to master at waifu/kemoverse 2025-05-26 18:52:35 -07:00
a693a2189d Merge pull request 'readme update' (#22) from docs into master
6aa0bf704d readme update
Compare 2 commits »
waifu commented on issue waifu/kemoverse#30 2025-05-26 05:10:40 -07:00
Default bundle of cards

This was DRAWN by Stallman??? Unreal

waifu commented on issue waifu/kemoverse#30 2025-05-25 14:12:38 -07:00
Default bundle of cards

Emma, the artist that drew Treebird-tan and Enlightenment-tan, was kind enough to send me the original images and let us use them for the project.

waifu opened issue waifu/kemoverse#30 2025-05-25 11:59:23 -07:00
Default bundle of cards
waifu pushed to dev at waifu/kemoverse 2025-05-24 20:46:33 -07:00
0690ac5212 Merge pull request 'fix: initialize last_seen_notif_id in db.py' (#29) from nyanide/kemoverse:cool_fix into dev
e8774cb8bd initialize last_seen_notif_id in db.py
Compare 2 commits »
waifu merged pull request waifu/kemoverse#29 2025-05-24 20:46:32 -07:00
fix: initialize last_seen_notif_id in db.py
waifu pushed to dev at waifu/kemoverse 2025-05-24 15:09:11 -07:00
d9027356ab Merge pull request 'Remove 'Invalid command' Response' (#24) from fix/remove_invalid_command_response into dev
4a7c9239fc Remove 'Invalid command response
Compare 2 commits »
waifu merged pull request waifu/kemoverse#24 2025-05-24 15:09:10 -07:00
Remove 'Invalid command' Response
waifu commented on pull request waifu/kemoverse#24 2025-05-24 15:08:58 -07:00
Remove 'Invalid command' Response

Tested in production and working as intended, Thanks!!