seeyebe
|
c36a1e5688
|
Merge 25771f2527 into 3e18e6c124
|
2025-06-25 20:33:44 +01:00 |
|
seeyebe
|
25771f2527
|
feat: add embed support to welcome messages
|
2025-06-11 15:30:06 +03:00 |
|
rubyowo
|
8b5e13eb25
|
rendered username
Co-authored-by: Almeida <github@almeidx.dev>
|
2025-06-03 17:15:44 +04:00 |
|
Rei Star
|
2414d01b17
|
fix: use avaliable information for PartialUsers
|
2025-06-03 15:17:08 +04:00 |
|
Dragory
|
27474375c3
|
fix: error on displayAvatarURL() call
|
2025-05-31 22:14:13 +00:00 |
|
Dragory
|
aaf4e02c5f
|
chore: format
|
2025-05-31 21:19:56 +03:00 |
|
Dragory
|
09eb8e92f2
|
feat: update to djs 14.19.3, node 22, zod 4
|
2025-05-22 22:35:48 +00:00 |
|
Dragory
|
43b8017985
|
Merge branch '240811_application_commands_merge_2' into next
|
2024-08-11 22:28:41 +03:00 |
|
Dragory
|
45e3fe2ef0
|
chore: esm imports
This will make merging this into 'next' much easier.
|
2024-08-11 21:58:52 +03:00 |
|
Lily Bergonzat
|
893a77d562
|
Fixes, refactoring and PR feedback
|
2024-04-15 15:51:45 +02:00 |
|
Dragory
|
5772e27cda
|
refactor: convert /backend to ESM
|
2024-04-09 20:57:18 +03:00 |
|
Lily Bergonzat
|
4d8b6b5cd7
|
Made confirms ephemeral and fixed slash command duration options
|
2024-02-24 03:41:43 +01:00 |
|
Lily Bergonzat
|
cafcc2839e
|
Various fixes
|
2024-02-17 20:53:49 +01:00 |
|
Lily Bergonzat
|
2c0e4b37ca
|
Merge branch 'master' of github.com:ZeppelinBot/Zeppelin into feat/application-commands
|
2024-02-16 14:26:34 +01:00 |
|
Lily Bergonzat
|
592d037148
|
Added Discord attachment link reaction, fixed emoji configuration and moved util functions
|
2024-02-16 11:51:58 +01:00 |
|
Lily Bergonzat
|
a4c4b17a14
|
feat: first batch of emojis 🎉
|
2024-02-14 09:18:40 +01:00 |
|
Dragory
|
1518d58e25
|
Merge master
|
2024-01-27 14:35:11 +02:00 |
|
Dragory
|
873bf7eb99
|
chore: run prettier
|
2024-01-27 14:23:13 +02:00 |
|
Dragory
|
cbec80981d
|
feat: improve ZodIssue rendering in config validation
|
2024-01-15 22:36:10 +00:00 |
|
Dragory
|
ac8926cdb8
|
chore: fix inconsistent import paths
|
2024-01-15 18:05:01 +00:00 |
|
Dragory
|
28692962bc
|
refactor: replace io-ts with zod
|
2024-01-14 14:25:42 +00:00 |
|
Tiago R
|
bfc90093dc
|
yeet renderUserUsername
Signed-off-by: GitHub <noreply@github.com>
|
2023-12-27 20:20:17 +00:00 |
|
Tiago R
|
10bb0b67bc
|
some more patches thanks to ruby
Signed-off-by: GitHub <noreply@github.com>
|
2023-12-27 20:20:17 +00:00 |
|
Tiago R
|
4c788bc321
|
some transforms
Signed-off-by: GitHub <noreply@github.com>
|
2023-12-27 20:20:17 +00:00 |
|
Dragory
|
fafaefa1fb
|
feat: limit logs timestamp_format length
|
2023-11-25 12:28:28 +02:00 |
|
Dragory
|
370c3666c7
|
chore: update backend packages
|
2023-07-01 12:32:16 +00:00 |
|
Dragory
|
63c41f0278
|
feat: new username support vol 2
|
2023-06-24 12:07:58 +00:00 |
|
Dragory
|
fd4097cefc
|
fix: add missing permissions to permissionNames.ts
|
2023-06-24 08:29:19 +00:00 |
|
Dragory
|
5f194bf1ef
|
chore: fix lint errors; tweak lint rules
|
2023-05-08 22:58:51 +03:00 |
|
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
|
ab54dc215f
|
fix: missing data in template safe objects
|
2023-04-01 21:33:40 +03:00 |
|
Dragory
|
c21aa7fbbf
|
chore: update dependencies
|
2023-04-01 20:31:44 +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 a80af1e729 .
* 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 |
|
Dragory
|
d472fd4fa6
|
fix(logs): fix inconsistent thread/channel/category exclusions; add excluded_threads log channel option
|
2022-08-13 23:19:06 +03:00 |
|
Dragory
|
b48b93a6de
|
Merge branch 'master' into 220601_docker_wip
|
2022-06-26 14:35:32 +03:00 |
|
Dragory
|
3773d659cc
|
Consolidate .env files. More work on dev containers.
|
2022-06-26 14:34:54 +03:00 |
|
Dragory
|
b05fbe1d04
|
Update to discord.js v13.8.0, adding support for text-in-voice
|
2022-06-13 21:19:56 +03:00 |
|
Dragory
|
6df67da3cb
|
debug: catch & trace interaction reply errors
|
2022-06-01 18:58:54 +03:00 |
|
Dragory
|
ef78fbc065
|
fix: fix crash when custom id data is not valid JSON
|
2022-04-24 02:55:35 +03:00 |
|
Dragory
|
b64611dd01
|
feat: use a standard custom ID format in role buttons
|
2022-04-23 17:45:47 +03:00 |
|
Dragory
|
3fe71b3e27
|
feat: add internal role manager plugin; add role buttons plugin
|
2022-04-23 16:31:41 +03:00 |
|
almeidx
|
d7dc840778
|
rename record
|
2021-11-26 12:21:03 +00:00 |
|
almeidx
|
95365d8573
|
fix permissions not showing properly in roleinfo
|
2021-11-26 11:49:23 +00:00 |
|
Dragory
|
6e3a6249c7
|
fix: increase worker pool timeout as temp fix
|
2021-10-31 17:19:49 +02:00 |
|
Dragory
|
bb94d77143
|
feat: add env var to enable profiling
|
2021-10-28 17:11:56 +03:00 |
|
Dragory
|
8f17a835f9
|
refactor: debounce and batch simultaneous audit log requests
|
2021-10-27 00:09:29 +03:00 |
|
Dragory
|
44f5b77cc7
|
perf(automod): also merge regexes in match_links, match_words
|
2021-10-17 08:03:38 +03:00 |
|
Dragory
|
ac46facc46
|
perf: use thread pool for encryption/decryption
|
2021-10-09 14:43:46 +03:00 |
|
Dragory
|
b7c7e002eb
|
perf: move encryption/decryption to a separate thread
|
2021-10-09 14:22:51 +03:00 |
|