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
1ee016e85e
Bot now connects, lint fixes
2021-06-02 19:35:44 +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
2565c773bb
Fix
2021-05-24 20:57:05 +03:00
Dragory
bb7db8aa4c
logs: fix excluded_roles for messages (vol 2)
2021-05-24 20:55:03 +03:00
Dragory
10b25ad7a9
logs: fix excluded_roles for messages
2021-05-24 20:43:46 +03:00
Dragory
df0a0718e5
Validate override criteria and extra criteria. When loading existing configs, silently remove invalid overrides.
2021-05-23 18:10:23 +03:00
Dragory
a8cc09c0dd
Fix antiraid_level override
2021-05-23 17:15:15 +03:00
Dragory
8011885dc0
More initialization order fixes (vol 2)
2021-05-23 17:13:11 +03:00
Dragory
9b6ee0b454
More initialization order fixes
2021-05-23 17:01:08 +03:00
Dragory
1c81c8cf50
mutes: fix pluginData.state being initialized too late
2021-05-23 16:58:47 +03:00
Dragory
7f8289d246
Temporarily disable guild auto-leaving
2021-05-23 16:51:55 +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
9e8629f337
Round time values in !massban
2021-05-22 15:01:08 +03:00
Dragory
5df10f2bf6
Show more information in !list_dashboard_perms
2021-05-22 14:32:34 +03:00
Dragory
3f2f2b048c
Add excluded_roles to logs
2021-05-22 14:05:09 +03:00
Dragory
82bfcf560a
Fix unnecessary 'go to original case' links in case log channel
2021-05-22 14:01:00 +03:00
Dragory
157fc4c541
Show max wait time for massban queue in !massban
2021-05-22 13:58:19 +03:00
Dragory
bc6d8cea60
Add queue for massbans
2021-05-22 13:47:10 +03:00
Dragory
6ca231f40c
Add total time taken to !massban result message
2021-05-22 13:32:27 +03:00
Dragory
fc6592d3f8
Add progress indicator to !massban. Tweak log/event ignoring to be more reliable for massbans.
2021-05-22 13:27:45 +03:00
Dragory
7560a3eb2e
Remove conflicting !roleinfo alias
2021-05-08 00:55:56 +03:00
Dragory
8414e83d3b
Add better error reporting to !reaction_roles clear
2021-05-08 00:47:41 +03:00
Dragory
049a54ded8
Update STAGE_CHANNEL_ICON URL
2021-05-06 21:27:58 +03:00
Almeida
5f6df19be1
added better support for stage channels on channelinfo ( #197 )
2021-05-06 21:25:17 +03:00
Almeida
2a8aac34c7
refactor(*): remove unused exception variables ( #193 )
2021-05-06 21:23:47 +03:00
Usoka
4f5f196f0a
Add various new tag functions ( #195 )
2021-05-06 21:21:55 +03:00
Almeida
6656df613c
Add !roleinfo and !emojiinfo ( #198 )
2021-05-06 21:19:57 +03:00
Almeida
22bb576b4b
added can_unban permission for the unban command ( #200 )
2021-05-06 21:13:06 +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
9e1586e90e
Fix hide_case being required
2021-05-03 19:40:59 +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
b0fd29f098
Add hide_case option to automod mod actions
2021-05-03 18:49:52 +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
Dragory
bff718de27
Fix crash caused by missing !invite code parameter
2021-05-03 18:29:33 +03:00
Dragory
842c91b54d
Add eager permission check in PostAlertOnMemberJoinEvt
2021-04-29 02:40:29 +03:00
Dragory
a2dbf3d50e
Remove extraneous reaction removal
...
The reaction would already be removed at the end of the function
2021-04-29 02:34:58 +03:00
Dragory
1c8ba55e45
Add member to the Automod context for mod action triggers
2021-04-29 02:29:23 +03:00
Dragory
cb5454534a
Emit 'unban' event from !unban
2021-04-29 02:22:39 +03:00
Dragory
c6237b200c
Remove leftover console.log()
2021-04-29 02:15:06 +03:00
Dragory
85e8597234
Add missing role locks for unmutes
2021-04-29 01:41:02 +03:00
Nils
0fc7599733
Fix !where and !follow not pinging requestor ( #191 )
2021-04-29 01:01:11 +03:00