Dark
|
d0c6e6f411
|
More fixes, waitForInteraction (replacement for waitForReaction)
|
2021-06-02 23:41:05 +02:00 |
|
Dark
|
edcfd2333f
|
Bot now connects, lint fixes
|
2021-06-02 19:35:44 +02:00 |
|
Dark
|
d0a1beb809
|
Finish preliminary rework, ready to test
|
2021-06-02 04:07:50 +02:00 |
|
Dark
|
52839cc9f3
|
More rework progress, remove all eris imports
|
2021-06-01 02:05:55 +02:00 |
|
Dark
|
8f7a6510eb
|
Pre-plugin moves
|
2021-05-31 21:12:24 +02:00 |
|
Dark
|
9fc045cd38
|
Start move to d.js
|
2021-05-31 03:30:55 +02:00 |
|
Dragory
|
c5cab69f98
|
Fix hasDiscordPermission() when checking against multiple permissions
|
2021-04-11 14:12:58 +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
|
93912541b4
|
automod: add triggers for mod actions
|
2021-02-14 16:58:02 +02:00 |
|
Dragory
|
ff98670cf5
|
Improve empty message detection when rendering tags
|
2020-12-23 02:27:45 +02:00 |
|
Dragory
|
0c6ec9cef0
|
Add utility function to create paginated messages
|
2020-12-15 15:13:31 +02:00 |
|
Dragory
|
9480e82056
|
Add comment clarifying WithRequiredProps
|
2020-11-09 20:43:10 +02:00 |
|
Dragory
|
629002b8d9
|
Turn on strict TS compilation. Fix up and tweak types accordingly.
|
2020-11-09 20:03:57 +02:00 |
|
Dragory
|
2f470dc37a
|
Update to new Knub 30 beta. Code clean-up.
|
2020-10-01 01:43:38 +03:00 |
|
Dragory
|
7562a886e1
|
automod: fix normalize not trimming whitespace in ascii-only messages
|
2020-09-16 22:33:24 +03:00 |
|
Dragory
|
baa3a5640e
|
Encrypt message data at rest
|
2020-09-16 22:32:43 +03:00 |
|
Dragory
|
b758c9cfe0
|
Include stripMarkdown.ts
Was originally supposed to be part of
commit cb5723db7c
|
2020-09-15 01:35:59 +03:00 |
|
Dragory
|
fca8a8dcce
|
Include whitespace in containsOnlyNormalChars()
|
2020-08-28 00:25:45 +03:00 |
|
Dragory
|
35b32e00be
|
Simplify containsOnlyNormalChars() test
|
2020-08-28 00:25:24 +03:00 |
|
Dragory
|
786c2e3d86
|
Fix messages with only numbers and ascii characters not being normalized (vol 2)
|
2020-08-28 00:13:47 +03:00 |
|
Dragory
|
747fc4d638
|
Fix messages with only numbers and ascii characters not being normalized
|
2020-08-27 23:13:08 +03:00 |
|
Dragory
|
902be16ae8
|
Centralize DM logic, don't attempt DMs for an hour after a 20026 error
|
2020-08-21 03:44:38 +03:00 |
|
Dragory
|
753ceda5ec
|
!timezone: add fuzzy matching for timezone name; add reset
|
2020-08-19 00:47:42 +03:00 |
|
Dragory
|
4ae8cf85a3
|
Add time_and_date plugin. Use it for timezones and date formats around the bot.
|
2020-08-19 00:19:12 +03:00 |
|
Dragory
|
131a79ffd4
|
Add case icons. Clean up !cases. Allow customizing case colors and icons.
|
2020-08-11 04:16:06 +03:00 |
|
Dragory
|
b379bea9b8
|
Use messageLink() function for message links everywhere
|
2020-08-10 03:26:39 +03:00 |
|
Dragory
|
1778f95453
|
Add link to original case in case log channel to case embed
|
2020-08-10 03:22:57 +03:00 |
|
Dragory
|
eb203a3b7a
|
Use server timezone and date formats in case summaries. Link to cases in case log channel from case summaries.
|
2020-08-10 03:18:34 +03:00 |
|
Dragory
|
0af03978e5
|
Fixes to RegExpRunner usage in !search and !bansearch, validate that input regex is valid
|
2020-08-10 01:31:32 +03:00 |
|
Dragory
|
c67a1df11d
|
Add support for server-specific timezone and date format settings
|
2020-08-10 00:24:06 +03:00 |
|
Dragory
|
8826b2521d
|
Allow more color formats in !post_embed / !edit_embed -color
|
2020-08-09 20:21:01 +03:00 |
|
Dragory
|
5215dd0738
|
Add !slowmode command
|
2020-08-09 17:28:21 +03:00 |
|
Dragory
|
6d4a7cdafd
|
More work on permission utils and eager permission checks
|
2020-08-07 01:21:31 +03:00 |
|
Dragory
|
8af64a6944
|
Improve permission utils, make them bigint-aware
|
2020-08-07 00:39:52 +03:00 |
|
Dragory
|
a404c7a97f
|
auto_reactions: check permissions ahead-of-time
|
2020-08-07 00:09:05 +03:00 |
|
Dragory
|
106a959b4d
|
Add new multi-use !info command
|
2020-08-06 01:10:40 +03:00 |
|
Dragory
|
60aff76ebe
|
!source: don't show source of messages you don't have access to; allow mods to use the command by default
|
2020-08-05 23:57:09 +03:00 |
|
Dragory
|
024078ccdc
|
Add !invite utility command
|
2020-08-05 18:52:15 +03:00 |
|
Dragory
|
925cf718e7
|
Replace transliteration package use with a custom normalizer function
Huge thanks to Nobody#6075 for doing most of the work for it!
|
2020-08-05 03:38:14 +03:00 |
|
Dragory
|
5ea0f7eb46
|
Improve audit log error handling, show BOT_ALERT in more cases
|
2020-08-05 02:25:13 +03:00 |
|