Implement NPC memory and interaction system with SQLite database; add NPC data structure and dynamic NPC handling; integrate LLM for NPC conversations and quest generation.
This commit is contained in:
+25
-15
@@ -1,33 +1,43 @@
|
||||
{
|
||||
"messages": {
|
||||
"601579326714019840": {
|
||||
"total": 32,
|
||||
"commands": 27,
|
||||
"non_commands": 5
|
||||
"total": 89,
|
||||
"commands": 81,
|
||||
"non_commands": 8
|
||||
}
|
||||
},
|
||||
"commands": {
|
||||
"purge": 2,
|
||||
"purge": 5,
|
||||
"mail_feedback": 1,
|
||||
"help": 5,
|
||||
"nuke": 1,
|
||||
"help": 10,
|
||||
"nuke": 2,
|
||||
"ping": 1,
|
||||
"top": 1,
|
||||
"stats": 1,
|
||||
"top": 2,
|
||||
"stats": 2,
|
||||
"poker": 7,
|
||||
"balance": 2,
|
||||
"daily": 1,
|
||||
"withdraw": 1,
|
||||
"leaderboard": 1,
|
||||
"balance": 4,
|
||||
"daily": 3,
|
||||
"withdraw": 2,
|
||||
"leaderboard": 2,
|
||||
"afk": 1,
|
||||
"afklist": 1,
|
||||
"whois": 1
|
||||
"whois": 1,
|
||||
"reset_money": 1,
|
||||
"listcommands": 1,
|
||||
"talk": 27,
|
||||
"npcs": 2,
|
||||
"remove_money": 1,
|
||||
"guildids": 1,
|
||||
"give_money": 1,
|
||||
"coinflip": 2,
|
||||
"deposit": 1
|
||||
},
|
||||
"channels": {
|
||||
"bot": 32
|
||||
"bot": 86,
|
||||
"membercount": 3
|
||||
},
|
||||
"guilds": {
|
||||
"Plex": 32
|
||||
"Plex": 89
|
||||
},
|
||||
"total_messages": 0,
|
||||
"command_messages": 0,
|
||||
|
||||
Reference in New Issue
Block a user