• Joined on 2022-03-04
waifu closed issue waifu/kemoverse#13 2025-05-30 10:53:14 -07:00
Feat: Game Mascot
waifu commented on issue waifu/kemoverse#13 2025-05-30 10:53:13 -07:00
Feat: Game Mascot

Since Libbie is in the public domain we don't really have to do anything, just use it, closing since modifying logos or adding more artwork would be in other issues.

waifu closed issue waifu/kemoverse#20 2025-05-30 09:14:41 -07:00
Unification of names
waifu commented on issue waifu/kemoverse#20 2025-05-30 09:14:40 -07:00
Unification of names

All new code should preferibly reference the wiki. Closing as completed since updating the wiki should be another different issue.

waifu closed issue waifu/kemoverse#38 2025-05-30 09:12:12 -07:00
Missing install instructions for dev & prod
waifu commented on issue waifu/kemoverse#38 2025-05-30 09:12:11 -07:00
Missing install instructions for dev & prod

Closing

waifu commented on issue waifu/kemoverse#37 2025-05-29 21:07:23 -07:00
Popularity and Pity Points

I kept thinking about it and two things:

  • Daily posts from the bot with random cards

This is so they can get popularity points even if they don't get rolled

  • When a reaction happens…
waifu commented on issue waifu/kemoverse#37 2025-05-29 20:48:19 -07:00
Popularity and Pity Points

what pity points actually do?

My bad I completely forgot about that, initially I thought of pity points as "tokens" so imagine you have place for 10 tokens and you need 6 pity points of a…

waifu merged pull request waifu/kemoverse#39 2025-05-29 20:03:46 -07:00
Add multi-env support
waifu pushed to dev at waifu/kemoverse 2025-05-29 20:03:46 -07:00
7d0ddc492c Merge pull request 'Add multi-env support' (#39) from 38_install_instructions into dev
de7670204a Replace numbered list with h3
846130771e Update vocabulary
4f853df32c Fix spacing in readme again
8fb91f7754 Fix spacing in readme
Compare 6 commits »
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.