Dragory
|
16fa19d3e9
|
chore: prettier
|
2023-05-08 21:33:40 +03:00 |
|
Dragory
|
fa50110766
|
feat: add member cache; handle all role changes with RoleManagerPlugin; exit gracefully
|
2023-05-07 17:57:40 +03:00 |
|
Dragory
|
9d4e9cf364
|
fix: broken config regex parsing
|
2023-04-02 03:18:55 +03:00 |
|
Tiago R
|
06877e90cc
|
Update djs & knub (#395)
* update pkgs
Signed-off-by: GitHub <noreply@github.com>
* new knub typings
Signed-off-by: GitHub <noreply@github.com>
* more pkg updates
Signed-off-by: GitHub <noreply@github.com>
* more fixes
Signed-off-by: GitHub <noreply@github.com>
* channel typings
Signed-off-by: GitHub <noreply@github.com>
* more message utils typings fixes
Signed-off-by: GitHub <noreply@github.com>
* migrate permissions
Signed-off-by: GitHub <noreply@github.com>
* fix: InternalPoster webhookables
Signed-off-by: GitHub <noreply@github.com>
* djs typings: Attachment & Util
Signed-off-by: GitHub <noreply@github.com>
* more typings
Signed-off-by: GitHub <noreply@github.com>
* fix: rename permissionNames
Signed-off-by: GitHub <noreply@github.com>
* more fixes
Signed-off-by: GitHub <noreply@github.com>
* half the number of errors
* knub commands => messageCommands
Signed-off-by: GitHub <noreply@github.com>
* configPreprocessor => configParser
Signed-off-by: GitHub <noreply@github.com>
* fix channel.messages
Signed-off-by: GitHub <noreply@github.com>
* revert automod any typing
Signed-off-by: GitHub <noreply@github.com>
* more configParser typings
Signed-off-by: GitHub <noreply@github.com>
* revert
Signed-off-by: GitHub <noreply@github.com>
* remove knub type params
Signed-off-by: GitHub <noreply@github.com>
* fix more MessageEmbed / MessageOptions
Signed-off-by: GitHub <noreply@github.com>
* dumb commit for @almeidx to see why this is stupid
Signed-off-by: GitHub <noreply@github.com>
* temp disable custom_events
Signed-off-by: GitHub <noreply@github.com>
* more minor typings fixes - 23 err left
Signed-off-by: GitHub <noreply@github.com>
* update djs dep
* +debug build method (revert this)
Signed-off-by: GitHub <noreply@github.com>
* Revert "+debug build method (revert this)"
This reverts commit a80af1e729b742d1aad1097df538d224fbd32ce7.
* Redo +debug build (Revert this)
Signed-off-by: GitHub <noreply@github.com>
* uniform before/after Load shorthands
Signed-off-by: GitHub <noreply@github.com>
* remove unused imports & add prettier plugin
Signed-off-by: GitHub <noreply@github.com>
* env fixes for web platform hosting
Signed-off-by: GitHub <noreply@github.com>
* feat: knub v32-next; related fixes
* fix: allow legacy keys in change_perms action
* fix: request Message Content intent
* fix: use Knub's config validation logic in API
* fix(dashboard): fix error when there are no message and/or slash commands in a plugin
* fix(automod): start_thread action thread options
* fix(CustomEvents): message command types
* chore: remove unneeded type annotation
* feat: add forum channel icon; use thread icon for news threads
* chore: make tslint happy
* chore: fix formatting
---------
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: almeidx <almeidx@pm.me>
Co-authored-by: Dragory <2606411+Dragory@users.noreply.github.com>
|
2023-04-01 14:58:17 +03:00 |
|
Miikka
|
0e6c2619f0
|
Update applyRoleButtons.ts
|
2022-07-07 01:07:17 +03:00 |
|
Miikka
|
8574d61670
|
debug
|
2022-07-07 01:00:32 +03:00 |
|
Miikka
|
f5125cb3c3
|
Update applyRoleButtons.ts
|
2022-07-07 00:49:29 +03:00 |
|
Dragory
|
6df67da3cb
|
debug: catch & trace interaction reply errors
|
2022-06-01 18:58:54 +03:00 |
|
Dragory
|
44d68bf608
|
fix: fix error when trying to fetch an unknown channel in role buttons
|
2022-04-23 22:55:04 +03:00 |
|
Dragory
|
75bd7625a2
|
fix: catch and report errors when applying role button components
|
2022-04-23 20:17:32 +03:00 |
|
Dragory
|
22bd0ec422
|
fix: only allow named options for role button style
Numbered options gave an error when used.
|
2022-04-23 20:11:51 +03:00 |
|
Dragory
|
a627c7d859
|
fix: fix error if the specified role buttons message id doesn't point to a valid message
|
2022-04-23 20:01:21 +03:00 |
|
Dragory
|
8db8b21995
|
fix: fix crash in role_buttons if the role button message is removed and the guild reloaded
|
2022-04-23 19:53:03 +03:00 |
|
Dragory
|
123b08c191
|
docs: fix typo in role button examples
|
2022-04-23 19:43:29 +03:00 |
|
Dragory
|
b6ab2c7d4a
|
feat: add '!role_buttons reset' command
|
2022-04-23 19:43:11 +03:00 |
|
Dragory
|
4a9ece8e3b
|
feat: add start_new_row option for role button options
|
2022-04-23 18:51:28 +03:00 |
|
Dragory
|
b64611dd01
|
feat: use a standard custom ID format in role buttons
|
2022-04-23 17:45:47 +03:00 |
|
Dragory
|
784c54b22a
|
feat: add 'exclusive' option for role buttons; add documentation for role buttons; mark reaction roles as legacy
|
2022-04-23 17:30:37 +03:00 |
|
Dragory
|
3fe71b3e27
|
feat: add internal role manager plugin; add role buttons plugin
|
2022-04-23 16:31:41 +03:00 |
|