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
|
1e66f235b2
|
media channel icon
Signed-off-by: GitHub <noreply@github.com>
|
2023-12-27 20:20:17 +00:00 |
|
Tiago R
|
c5704131ce
|
support media channels
Signed-off-by: GitHub <noreply@github.com>
|
2023-12-27 20:20:17 +00:00 |
|
Tiago R
|
1579c3ec25
|
disable status-search arg
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 |
|
Tiago R
|
94a712832a
|
Display available emojis separately from total on server info (#433)
* respect .available (almeida-approved code!!)
Signed-off-by: GitHub <noreply@github.com>
* Update backend/src/plugins/Utility/functions/getServerInfoEmbed.ts
Co-authored-by: Almeida <almeidx@pm.me>
---------
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: Almeida <almeidx@pm.me>
|
2023-12-27 18:20:48 +00:00 |
|
Dragory
|
7927de5b5e
|
feat: update supporters message
|
2023-07-01 12:58:14 +00:00 |
|
Miikka
|
4ada164ffa
|
Merge pull request #346 from DarkView/fix_misleadingMuteNaming
Fix "Server voice muted" being true even if self-muted, misleading mods into thinking the user was right-click muted by a moderator
|
2023-07-01 15:46:51 +03:00 |
|
Dragory
|
761ff27771
|
feat: upgrade to TypeORM 0.3
|
2023-07-01 12:17:45 +00:00 |
|
Dragory
|
8cee4ec1e4
|
fix: crash in JumboCmd error handler
|
2023-07-01 11:32:59 +00:00 |
|
Tiago R
|
0da204ed5a
|
Fix: Utility-Clean command increased limit & chunk messages to be deleted (#393)
Co-authored-by: Almeida <almeidx@pm.me>
|
2023-07-01 13:47:56 +03:00 |
|
Tiago R
|
7c2a50921b
|
Fix: Utility-ServerInfo several fixes (#394)
|
2023-07-01 13:46:21 +03:00 |
|
Dragory
|
63c41f0278
|
feat: new username support vol 2
|
2023-06-24 12:07:58 +00:00 |
|
Dragory
|
ecaa16bf7c
|
feat: use native timestamps more
|
2023-06-24 11:55:49 +00:00 |
|
Dragory
|
0e70412bc4
|
feat: new username support
|
2023-06-24 10:48:45 +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 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 |
|
Miikka
|
961a8c7fff
|
Merge pull request #337 from almeidx/userinfo-roles
fix: negative number in userinfo command
|
2022-06-26 14:10:05 +03:00 |
|
Dark
|
d60c29e5a3
|
Fix "Server voice muted" being true even if self-muted, misleading mods
Instead split the options into all four, from mute and deaf to selfMute, selfDeaf, serverMute and serverDeaf.
This should provide a lot more clarity.
|
2022-06-15 13:40:40 +02:00 |
|
Dragory
|
5387d4a82a
|
chore: update to discord.js 13.7.0
|
2022-06-01 19:26:43 +03:00 |
|
Dragory
|
6df67da3cb
|
debug: catch & trace interaction reply errors
|
2022-06-01 18:58:54 +03:00 |
|
almeidx
|
a31d074ba8
|
fix: negative number in userinfo command
|
2022-04-27 10:34:16 +01:00 |
|
Miikka
|
63fa5bc533
|
Merge pull request #307 from almeidx/role-info-perms
fix permissions not showing properly in roleinfo
|
2022-04-21 22:29:01 +03:00 |
|
almeidx
|
af4b82d48d
|
fix(userinfocmd): limit the amount of roles shown
|
2022-02-07 21:18:41 +00:00 |
|
Dragory
|
d5363449a0
|
fix: show all attachment URLs in !message, fix crash with attachments
|
2021-12-19 17:47:21 +02: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 |
|
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 |
|
Almeida
|
535659a2b7
|
Fix max stickers and premium tier in !server (#258)
|
2021-09-04 19:16:44 +03:00 |
|
metal
|
6cddcb9074
|
Bot-specific for bot users in !userinfo (#260)
|
2021-09-04 19:12:37 +03:00 |
|
metal
|
2821252a5a
|
check if "channel" exists
|
2021-09-04 09:37:58 +00:00 |
|
Dragory
|
16747521be
|
Remove redundant awaits
|
2021-08-21 01:42:07 +03:00 |
|
Dragory
|
7e179bb06c
|
Fix default role showing up in user info embed
|
2021-08-20 21:02:16 +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
|
e3b6b017a2
|
Fix issues with circular dependencies between plugins
|
2021-08-18 19:33:22 +03:00 |
|
Dragory
|
bed6589d48
|
Typed log functions + more
|
2021-08-18 01:51:42 +03:00 |
|
Dark
|
9a5e911cf2
|
Add typings, comment magic numbers
|
2021-08-15 22:14:04 +02:00 |
|