Dragory
|
63c41f0278
|
feat: new username support vol 2
|
2023-06-24 12:07:58 +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 |
|
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 |
|
Almeida
|
1e7a35eb4d
|
allow running cleancmd on news and thread channels (#293)
|
2021-09-25 21:37:50 +03:00 |
|
Almeida
|
2042459fd2
|
perf: rolescmd with -counts option (#294)
|
2021-09-25 21:37:07 +03:00 |
|
Dragory
|
ac79eb09f5
|
Reformat all files with Prettier
|
2021-09-11 19:06:51 +03:00 |
|
Dragory
|
ff2a7b38f3
|
Fix duplicate entries in !help
|
2021-09-11 18:57:20 +03:00 |
|
Dragory
|
a3669a2eeb
|
Fix !clean performance
|
2021-09-11 18:46:28 +03:00 |
|
Dragory
|
8dfa9aec2a
|
Fix !nickname crash
|
2021-09-06 00:55:35 +03:00 |
|
Dragory
|
cc4477a7ee
|
Fix !jumbo for default emoji
|
2021-09-05 17:30:34 +03:00 |
|
Dragory
|
16747521be
|
Remove redundant awaits
|
2021-08-21 01:42:07 +03:00 |
|
Dragory
|
ebe224885e
|
Small wording changes to !about
|
2021-08-20 20:44:04 +03:00 |
|
Dragory
|
d57d563761
|
Update supporters formatting in !about
|
2021-08-20 20:43:08 +03:00 |
|
Dragory
|
329cd05652
|
Remove hotfixMessageFetch()
|
2021-08-20 20:01:32 +03:00 |
|
Dragory
|
53fea6b88c
|
Fix !cleaning more than 100 messages
|
2021-08-19 20:06:11 +03:00 |
|
Dragory
|
8da47e53e6
|
Ugly workaround/hotfix for message fetching
|
2021-08-19 00:49:06 +03:00 |
|
Dragory
|
cb1ba4d878
|
Run format
|
2021-08-18 21:02:53 +03:00 |
|
Dragory
|
59e75e0584
|
Type fixes + circular dependency fix
|
2021-08-18 20:01:06 +03:00 |
|
Dragory
|
bed6589d48
|
Typed log functions + more
|
2021-08-18 01:51:42 +03:00 |
|
Miikka
|
6010c387e7
|
Merge pull request #209 from ghost/master
Add pong as an alias of ping
|
2021-08-14 17:30:05 +03:00 |
|
Usoka
|
0204ed737a
|
Prevent crash when using !emoji with no args (#221)
|
2021-08-14 17:29:25 +03:00 |
|
Almeida
|
e8d1d0fdcc
|
Make the nickname argument optional on nickname command (#199)
|
2021-08-14 17:28:22 +03:00 |
|
Almeida
|
a9b0902a01
|
added support for emoji ids on emojiinfo command
|
2021-08-14 14:50:43 +01: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
|
a11c39cd0a
|
transform to array before filtering
|
2021-08-04 21:02:12 +01:00 |
|
almeidx
|
3537305c59
|
upgrade discord.js
|
2021-08-04 20:45:42 +01:00 |
|
Dark
|
0053f55576
|
Fix role member counts, add threads to channel info command
|
2021-07-29 18:46:52 +02:00 |
|
almeidx
|
afe0ec1194
|
removed unnecessary string literal and simplified stuff
|
2021-07-29 10:08:55 +01:00 |
|
almeidx
|
a8298d4faa
|
fixed jumbo cmd, simplified checks and fixed ping cmd
|
2021-07-29 01:43:50 +01:00 |
|
almeidx
|
80f2dacb7f
|
simplified avatar cmd
|
2021-07-29 01:22:37 +01:00 |
|
almeidx
|
0f5162ee21
|
ping in about cmd
|
2021-07-29 01:20:40 +01:00 |
|
almeidx
|
74a676913e
|
user.tag
|
2021-07-29 00:37:19 +01:00 |
|
almeidx
|
f9e1343003
|
use User#displayAvatarURL and dont encode reason
|
2021-07-28 23:40:20 +01:00 |
|
Dark
|
c932269b7d
|
DJS Update, Full Import Cleanup
|
2021-07-25 14:32:08 +02:00 |
|
Dark
|
acb4913495
|
More fixes, change rest of stripObjectToScalars to configAccessibleObj
|
2021-07-21 22:14:09 +02:00 |
|
Dark
|
dda19de6e6
|
Fix various bugs, update djs
|
2021-07-04 23:14:12 +02:00 |
|
Dark
|
be71357ff9
|
Upgrade DJS, fix bugs
|
2021-06-30 18:43:42 +02:00 |
|
Dark
|
0822fc15e5
|
Type fixes for djs
|
2021-06-30 04:56:56 +02:00 |
|
Dark
|
7bf5e1f3c6
|
misc. bugfixes
|
2021-06-21 01:36:53 +02:00 |
|
Dark
|
2700f4e389
|
Allow !clean to delete messages not already saved
If a message is found that is not stored, we save it and then bulk delete
|
2021-06-17 02:10:23 +02:00 |
|
Dark
|
421f6defaa
|
Remove unnecessary cache lookup
|
2021-06-17 01:32:38 +02:00 |
|
Dark
|
5efdf5ce95
|
Formatting and initial ButtonRoles DB work
|
2021-06-08 02:23:30 +02:00 |
|
Dark
|
6ac9d2f2a2
|
Organise all imports, make Mutes depend on Logs
|
2021-06-06 23:51:32 +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 |
|
Dragory
|
f6be4f4af6
|
Update to Knub30.0.0-beta.37 and Eris 0.15, first pass
|
2021-05-23 14:35:16 +03:00 |
|
Doggles
|
07bdb4b722
|
Update PingCmd.ts
|
2021-05-09 13:28:07 +01:00 |
|