Slipstream
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
..
2025-05-09 16:42:38 -06:00
2025-05-20 20:47:27 -06:00
2025-05-03 16:41:44 -06:00
2025-05-20 20:07:52 -06:00
2025-05-26 15:31:13 -06:00
2025-05-20 21:17:00 -06:00
2025-04-25 14:03:49 -06:00
2025-04-25 14:03:49 -06:00
2025-05-10 22:25:51 -06:00
2025-05-25 23:02:24 -06:00
2025-04-25 14:03:49 -06:00
2025-05-03 16:46:30 -06:00
2025-05-16 20:42:51 -06:00
2025-05-18 22:53:48 -06:00
2025-05-18 22:53:40 -06:00
2025-05-20 20:03:06 -06:00
2025-05-18 09:31:05 -06:00
2025-05-09 17:09:04 -06:00
2025-05-09 14:17:17 -06:00
2025-05-25 23:02:24 -06:00
2025-05-26 15:49:43 -06:00
2025-05-09 20:58:21 -06:00
2025-05-22 21:24:29 -06:00
2025-05-26 21:45:30 -06:00
2025-05-07 16:21:07 -06:00
2025-05-09 17:38:38 -06:00
2025-05-05 21:02:42 -06:00
2025-05-03 16:19:28 -06:00
2025-05-26 21:45:30 -06:00
2025-05-20 20:35:11 -06:00
2025-05-19 18:24:15 -06:00
2025-04-25 14:03:49 -06:00
2025-05-26 15:05:15 -06:00
2025-05-19 17:57:26 -06:00
2025-05-13 12:02:46 -06:00
2025-05-17 11:57:26 -06:00
2025-04-30 08:11:48 -06:00
2025-04-25 14:03:49 -06:00
2025-04-25 14:03:49 -06:00
2025-04-25 14:03:49 -06:00
2025-05-19 18:04:14 -06:00
2025-05-04 20:30:24 -06:00
2025-05-04 21:07:54 -06:00
2025-05-04 20:30:42 -06:00
2025-04-25 14:03:49 -06:00
2025-05-21 11:14:06 -06:00
2025-05-11 17:16:06 -06:00
2025-05-11 17:16:06 -06:00
2025-05-26 16:23:47 -06:00
2025-04-30 11:39:06 -06:00
2025-05-04 15:49:38 -06:00
2025-05-17 20:12:06 -06:00
2025-05-20 17:44:50 -06:00
2025-05-04 21:29:46 -06:00
2025-05-08 22:06:16 -06:00
2025-05-17 19:41:50 -06:00
2025-05-26 13:58:46 -06:00
2025-05-21 12:27:39 -06:00
2025-04-25 14:03:49 -06:00
2025-05-21 12:34:54 -06:00
2025-04-25 14:03:49 -06:00
2025-05-06 19:19:59 -06:00