3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-25 10:25:01 +00:00
Commit graph

32 commits

Author SHA1 Message Date
Dragory
c1c7c092d9 Reformat all files with Prettier 2021-09-11 19:06:51 +03:00
Dark
2977363dc0 Type fixes for djs 2021-06-30 04:56:56 +02:00
Dark
38a5e07be8 Formatting and initial ButtonRoles DB work 2021-06-08 02:23:30 +02:00
Dark
addb614023 Organise all imports, make Mutes depend on Logs 2021-06-06 23:51:32 +02:00
Dark
167cf2adf1 Remove erroneous lock
Lock was acquired here and in the actual method, causing the actual method to wait 10 minutes for the timeout
2021-06-03 02:34:06 +02:00
Dark
a07ca88c13 More fixes, waitForInteraction (replacement for waitForReaction) 2021-06-02 23:41:05 +02:00
Dark
c99e745f89 Finish preliminary rework, ready to test 2021-06-02 04:07:50 +02:00
Dark
293a850075 More rework progress, mostly done up to ModActions 2021-06-01 04:33:02 +02:00
Dark
3883b5b749 More rework progress, remove all eris imports 2021-06-01 02:05:55 +02:00
Dragory
8011885dc0 More initialization order fixes (vol 2) 2021-05-23 17:13:11 +03:00
Dragory
047174fbc4 Update to Knub30.0.0-beta.37 and Eris 0.15, first pass 2021-05-23 14:35:16 +03:00
Dragory
8bd9a3a71a Use longer lock timeout in !counters reset_all 2021-05-03 20:52:42 +03:00
Dragory
7ea0881648 Show loading message for !counters reset_all 2021-05-03 20:51:16 +03:00
Dragory
b53dcb2043 Fix alias precedence for !counters list 2021-05-03 20:47:03 +03:00
Dragory
323aaf8f16 Tweak counter reset logic (v2) 2021-05-03 20:45:33 +03:00
Dragory
ed10b8753e Fix !counters reset_all not also removing triggers 2021-05-03 20:41:39 +03:00
Dragory
caf1b7aebe Fix error when adding counter without triggers 2021-05-03 19:33:59 +03:00
Dragory
2c732d970f Add commands to list and reset counters 2021-05-03 19:33:30 +03:00
Dragory
2ba7e63546 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
Usoka
67f6ddee16 Fix 0 not being accepted in SetCounterCmd (#186) 2021-04-28 22:03:26 +03:00
Almeida
4ed4b38549 fix(SetCounterCmd): misleading messages (#188) 2021-04-28 21:59:56 +03:00
Dragory
5b88ad5865 Fix error when using an unknown counter from Automod 2021-04-11 13:44:48 +03:00
Dragory
6ac43edda4 Merge branch 'master' of github.com:Dragory/ZeppelinBot 2021-04-02 18:00:27 +03:00
Dragory
1703f7b440 Add counter documentation/examples. Tweak counter triggers/actions in automod.
Rename change_counter automod action to add_to_counter,
add set_counter action, rename counter trigger to counter_trigger.
2021-04-02 17:44:43 +03:00
Nils
eb7ac72cd4 Enforce unified lock names by using functions to generate lock keys (#165) 2021-04-02 16:43:13 +03:00
Dragory
f8d393fad2 counters: move triggers to counters plugin; architectural tweaks 2021-04-02 16:36:45 +03:00
Dragory
30426960e7 automod: add triggers for mod actions 2021-02-14 16:58:02 +02:00
Dragory
0764f8abaa counters: add '!counters add' and '!counters set' commands 2021-02-13 22:43:47 +02:00
Dragory
648e6b088c counters: fix user parsing for !counter view, fix other signature parsing weirdnesses 2021-02-13 22:43:13 +02:00
Dragory
464bc86102 counters: add !counter view command 2021-02-13 22:08:38 +02:00
Dragory
800874f774 counters: apply decays every 5min 2021-02-13 17:44:24 +02:00
Dragory
c78b2b7d8e Counters v0.9
Includes automod trigger/action. No user-facing commands yet.
2021-02-13 17:29:10 +02:00