6 Commits

Author SHA1 Message Date
1a6330537f
feat: Implement command usage tracking
Introduces a new `command_usage_counters` table to track how many times specific commands are used between two users.

- Adds `_ensure_usage_table_exists` to create the table if it doesn't exist.
- Implements `_increment_usage_counter` to update or insert usage counts.
- Adds `_get_usage_count` to retrieve usage counts.
- Integrates usage tracking into the `molest` command (both slash and legacy).
- Adds logging for database operations related to usage tracking.
2025-05-26 21:45:30 -06:00
d04d2649a9
feat: add more diverse kiss and hug messages for enhanced user interaction 2025-05-23 15:38:32 -06:00
970052dc66
feat: Add slash command for rape message and update bot to load new cogs 2025-05-20 20:42:24 -06:00
e89943f1b2
fix: Simplify ban command parameter definition by using describe decorator 2025-05-19 18:04:14 -06:00
41d8a352bd
feat: Add slash and legacy commands for kiss and hug interactions 2025-05-19 17:48:45 -06:00
b4079acf49
feat: Add neru_message_cog with roleplay commands and message logic 2025-05-19 17:46:17 -06:00