Dragory
28692962bc
refactor: replace io-ts with zod
2024-01-14 14:25:42 +00:00
Tiago R
f5d6c895aa
Fix counters set_value not defaulting nulls if not using per_user/per_channel ( #366 )
2023-07-01 13:58:01 +03:00
Dragory
ac79eb09f5
Reformat all files with Prettier
2021-09-11 19:06:51 +03:00
Dark
6ac9d2f2a2
Organise all imports, make Mutes depend on Logs
2021-06-06 23:51:32 +02:00
Dragory
a568e86d78
Add commands to list and reset counters
2021-05-03 19:33:30 +03:00
Dragory
31d7748bf4
Fix changeCounterValue() not considering initial value
...
If a counter was initialized via the INSERT in changeCounterValue(),
its value would be set to the change value rather than the specified
initial value. For example, a counter with an initial value of 1000
and a change of 5 would get initialized to 5, not 1005.
2021-05-03 18:37:09 +03:00
Dragory
ad8aab3937
Fix error when using an unknown counter from Automod
2021-04-11 13:44:48 +03:00
Nils
c5d68650a3
Enforce unified lock names by using functions to generate lock keys ( #165 )
2021-04-02 16:43:13 +03:00
Dragory
ab8ea2e7e5
counters: move triggers to counters plugin; architectural tweaks
2021-04-02 16:36:45 +03:00
Dragory
c3407e2d5d
Counters v0.9
...
Includes automod trigger/action. No user-facing commands yet.
2021-02-13 17:29:10 +02:00