Dragory
|
59c5176cbd
|
Merge remote-tracking branch 'origin/master' into iots_to_zod
|
2024-01-27 14:12:06 +02:00 |
|
Dragory
|
b83f388096
|
feat: add cli command to export configs as json schema
|
2024-01-27 12:47:30 +02:00 |
|
Dragory
|
28692962bc
|
refactor: replace io-ts with zod
|
2024-01-14 14:25:42 +00:00 |
|
Almeida
|
c07e4321a7
|
remove erlpack (#444)
|
2024-01-08 15:35:55 +00:00 |
|
Dragory
|
370c3666c7
|
chore: update backend packages
|
2023-07-01 12:32:16 +00:00 |
|
Dragory
|
761ff27771
|
feat: upgrade to TypeORM 0.3
|
2023-07-01 12:17:45 +00:00 |
|
Dragory
|
f3627e0b17
|
chore: update discord.js to v14.11, knub to v32.0.0-next.16
|
2023-06-24 12:14:41 +00:00 |
|
Dragory
|
392d6a427d
|
chore: update dependencies; recreate package locks
|
2023-06-24 08:28:24 +00:00 |
|
Dragory
|
fd60a09947
|
feat: update to TypeScript 5; reorganize deps
|
2023-04-29 21:07:18 +03:00 |
|
Dragory
|
658300fcac
|
feat: update to Node.js 18
|
2023-04-29 20:47:20 +03:00 |
|
Dragory
|
fefa5649b7
|
chore: update to Knub v32.0.0-next.15
|
2023-04-29 20:41:47 +03:00 |
|
Dragory
|
acdde9b3d7
|
debug: add clinic.js for debugging
|
2023-04-04 20:44:13 +03:00 |
|
Dragory
|
fcf30fbc00
|
chore: update Knub to v32.0.0-next.10
|
2023-04-02 23:57:02 +03:00 |
|
Dragory
|
1ff476581d
|
chore: update Knub
|
2023-04-02 23:02:38 +03:00 |
|
Dragory
|
23e42c9217
|
chore: update to Knub v32.0.0-next.8 and discord.js v14.9.0
|
2023-04-02 03:23:12 +03:00 |
|
Dragory
|
d231c72a5b
|
chore: update to Knub v32.0.0-next.7
|
2023-04-02 03:17:00 +03:00 |
|
Dragory
|
bd6c73891d
|
fix: api crash with certain config errors
|
2023-04-01 22:56:42 +03:00 |
|
Dragory
|
c21aa7fbbf
|
chore: update dependencies
|
2023-04-01 20:31:44 +03:00 |
|
Dragory
|
39e0dfa27f
|
feat: timeout support
|
2023-04-01 20:05:11 +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
|
293115af22
|
fix: crash on older discord.js version
|
2023-03-30 00:19:32 +03:00 |
|
Miikka
|
3cf08e5a49
|
Update discord.js
|
2022-07-06 22:21:26 +00: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
|
5387d4a82a
|
chore: update to discord.js 13.7.0
|
2022-06-01 19:26:43 +03:00 |
|
Almeida
|
280543df4e
|
chore: update erlpack (#331)
|
2022-04-04 23:40:28 +03:00 |
|
Dragory
|
0d59a7844c
|
chore: update backend dependencies to address npm audit issues
|
2022-04-04 23:18:34 +03:00 |
|
Dragory
|
b9422ce12d
|
feat: update to discord.js@13.6.0 and discord-api-types@0.31.0
|
2022-04-04 23:10:07 +03:00 |
|
Dragory
|
9c1568b911
|
feat: download data exports directly from the server without a JS download step
|
2021-11-03 01:14:41 +02:00 |
|
Dragory
|
901a723080
|
feat: remove blocked-at usage
The package never really worked with Zep, causing the
entire bot to freeze instead.
|
2021-11-02 22:14:44 +02:00 |
|
Dragory
|
3f0c1496dc
|
chore: remove unnecessary @discordjs/rest dependency
|
2021-11-02 22:13:36 +02:00 |
|
Dragory
|
9105495d72
|
feat: upgrade to discord.js v13.3.1
|
2021-11-02 21:17:00 +02:00 |
|
Dragory
|
13c94a81cc
|
feat: Phisherman integration
|
2021-10-31 17:17:31 +02:00 |
|
Dragory
|
9771b7e883
|
feat: upgrade discord.js to v13.2
|
2021-10-26 12:37:40 +03:00 |
|
Dragory
|
b7c7e002eb
|
perf: move encryption/decryption to a separate thread
|
2021-10-09 14:22:51 +03:00 |
|
Dragory
|
570e5cc491
|
debug++
|
2021-10-05 22:40:43 +03:00 |
|
Dragory
|
ff8d406e8a
|
feat: upgrade to Knub v30.0.0-beta.46, add better performance profiling tools
|
2021-10-05 20:49:58 +03:00 |
|
Dragory
|
2b8f75b91b
|
Upgrade to Knub v30.0.0-beta.45
|
2021-09-04 22:15:27 +03:00 |
|
Dragory
|
0b6e61bf25
|
Upgrade to Knub v30.0.0-beta.44
|
2021-09-04 21:23:53 +03:00 |
|
Dragory
|
5ae5e7bc1d
|
Upgrade to Knub v30.0.0-beta.43
|
2021-09-04 19:02:14 +03:00 |
|
Dragory
|
59e75e0584
|
Type fixes + circular dependency fix
|
2021-08-18 20:01:06 +03:00 |
|
Dragory
|
e3b6b017a2
|
Fix issues with circular dependencies between plugins
|
2021-08-18 19:33:22 +03:00 |
|
Dragory
|
62a6e59b7a
|
Package updates that should've been part of bed6589d48
|
2021-08-18 02:02:33 +03:00 |
|
Dragory
|
d2ac700143
|
Upgrade Knub to v30.0.0-beta.40
|
2021-08-17 19:24:38 +03:00 |
|
Dragory
|
7ff2181443
|
Update TLD list
|
2021-08-14 15:57:14 +03:00 |
|
Dragory
|
ba7ece8df7
|
Use photon-node instead of sharp for image manipulation
photon-node is compiled to wasm so doesn't require a node-gyp build step
|
2021-08-14 15:45:47 +03:00 |
|
Dark
|
ff774aa5f6
|
Context Menu Actions v1, clean and mute support with full options
|
2021-08-13 05:01:08 +02:00 |
|
almeidx
|
d854ae48ec
|
use node 16
|
2021-08-12 13:20:09 +01:00 |
|
almeidx
|
3537305c59
|
upgrade discord.js
|
2021-08-04 20:45:42 +01:00 |
|
almeidx
|
b5ea866e62
|
upgraded discord.js
|
2021-07-29 17:45:45 +01:00 |
|
Dark
|
c932269b7d
|
DJS Update, Full Import Cleanup
|
2021-07-25 14:32:08 +02:00 |
|