Suneet Tipirneni
|
3fca638a84
|
feat: add @discordjs/formatters (#8889)
* feat: add @discordjs/formatters
* chore: make requested changes
* chore: make requested changes
* chore: fix other places
* chore: make requested changes
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2022-12-02 12:55:00 +00:00 |
|
Jiralite
|
5e4331062b
|
chore: Add brokers to package list and labels in issue forms (#8893)
chore: add brokers and sort list
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2022-12-01 10:00:04 +00:00 |
|
Jiralite
|
ed68a1af5b
|
chore: Update /core constants (#8874)
|
2022-11-28 09:14:16 +01:00 |
|
Jiralite
|
fd4ba5eaba
|
feat: Auto Moderation (#7938)
* feat: initial AutoMod commit
* types: Typo in class name
Co-authored-by: Jonathan <54381371+axisiscool@users.noreply.github.com>
* refactor: move things around
* refactor: remove undocumented property
* chore: add new intents to issue form
* feat: add initial basic manager
* feat(AutoModRule): add new properties
* feat: add events
* feat(GuildAuditLog): cache rules
* refactor: move JSDoc to where it is actually used
* refactor(AutoModRule): add `_patch()` method
* feat(AutoModRuleManager): add resolvers
* feat(Sweepers): add new manager
* types: nullify first parameter of `autoModerationRuleUpdate`
* types: add manager to `Caches`
* docs(AutoModRule): update `metadata` docstring
* feat: add execution event
* fix(AutoModActionExecution): export class
* refactor(AutoModRule): `triggerType` is not modifiable
* docs(AutoModRule): link class
* feat: add trigger metadata definitions
* docs(AutoModRule): typos
* feat(AutoModRule): action metadata
* types: Proper casing of name
Co-authored-by: MateoDeveloper <79017590+Mateo-tem@users.noreply.github.com>
* refactor: only patch data if exists
* types: `preset` is an array
* types(AutoModRuleActionMetadata): nullify all
* feat(AutoModRuleManager): add `fetch()`
* docs(AutoModRule): tweak some wording
* docs(AutoModRule): use "array" over "list"
* docs(AutoModRuleResolvable): fix union
* types: adjust some names
* feat(AutoModRuleManager): add `create()`
* feat(AutoModRuleManager): add `delete()`
* refactor: prefer full auto moderation name
* docs(AutoModerationRuleManager): fix a fetch example
* refactor(Sweepers): alphabetise methods
* chore: remove testing
* fix(AutoModerationRuleCreateOptions): add `reason`
* fix: typo for `presets`
* fix(AutoModerationRuleCreateOptions): `actions` is required
* fix(AutoModerationRuleManager): handle properties that are unrequired
* feat(AutoModerationRuleManager): add `edit()`
* feat(GuildAuditLogsEntry): add auto moderation rules
* refactor: prefer "AutoModerationActionExecutionAction"
* refactor: annotate todos and doc fixes
* feat(AutoModerationRule): add guild getter
* docs(AutoModerationRule): rule -> auto moderation rule
* docs(AutoModerationRuleEditOptions): `eventType` is optional
* feat(AutoModerationRule): add helpers
* docs: random string updates
* chore: add TODOs
* feat(AutoModerationActionExecution): add helpers
* feat: support role and channel resolvables
* chore: high priority todo to keep me in solitary
* refactor(AutoModerationActionMetadataOptions): allow resolvables
* chore: tidy up from merge
* docs(AutoModerationRule): document extension
* feat: export `AutoModerationRuleManager`
* chore(ActionsManager): add new actions
* chore: add to websocket index
* refactor(AutoModerationActionExecution): send the guild across
* docs(AutoModerationActionExecution): typo
* docs(AutoModerationRule): deduplicate a word
* docs(Guild): dot
* test: add some basic tests
* docs(AutoModerationRuleManager): fetch is optional
* docs(AutoModerationActionExecution): prefer non-links
* types: `presets` is an array of numbers
* docs(AutoModerationRuleEditOptions): `name` is optional
* docs(AutoModerationRule): fix type for `exemptChannels`
* docs(AutoModerationRuleUpdateAction): remove "object"
* feat: add `allow_list`
* fix(GuildAuditLogsEntry): pass guild
* docs(AutoModerationRuleManager): correct fetch example
* chore: prettier
* refactor: remove unneeded optional chaining operator
* feat: add mention limit
* docs(AutoModerationRuleManager): document new requirement
* refactor: conform to message content intent
* docs: document permission for event
* docs: refactor intent message
* docs: dot
* docs: remove string in link
* refactor: document upstream changes
* fix(AutoModerationRuleDelete): Correct event fire
Co-authored-by: GoldenAngel <50855202+GoldenAngel2@users.noreply.github.com>
* feat(AutoModerationRule): Add `setMentionTotalLimit()` helper method
* feat(AuditLogEntries): add new extra fields
* types: add `guild` in constructors
* types: update typings
* refactor(AutoModerationRuleManager): `&&` shorthand
* types: remove leftover type
* chore: types
* docs: update API types
* docs: Tweak guild wording
Co-authored-by: Aura Román <kyradiscord@gmail.com>
* feat: add regular expression matching
* docs: update `allowList` wording
* refactor: deduplicate `guildId`
Co-authored-by: Jonathan <54381371+axisiscool@users.noreply.github.com>
Co-authored-by: MateoDeveloper <79017590+Mateo-tem@users.noreply.github.com>
Co-authored-by: GoldenAngel <50855202+GoldenAngel2@users.noreply.github.com>
Co-authored-by: Aura Román <kyradiscord@gmail.com>
|
2022-11-19 22:06:13 +00:00 |
|
DD
|
bf9aa1858d
|
feat: @discordjs/brokers (#8548)
|
2022-10-13 22:20:36 +02:00 |
|
A. Román
|
1398af66f0
|
chore(github): resolved typos in issue templates (#8564)
|
2022-08-29 18:04:37 +02:00 |
|
iCrawl
|
160487d866
|
chore: fix dockerbuild and add ws props everywhere
|
2022-07-24 18:49:06 +02:00 |
|
DD
|
2681929e42
|
feat: proxy container (#8000)
|
2022-06-17 23:29:50 +02:00 |
|
Jiralite
|
ad9ab2b177
|
chore: Add MessageContent to issue form (#8106)
|
2022-06-17 23:24:26 +02:00 |
|
DD
|
1ba2d2a898
|
feat: @discordjs/proxy (#7925)
Co-authored-by: Parbez <imranbarbhuiya.fsd@gmail.com>
|
2022-06-04 13:26:25 +02:00 |
|
Jiralite
|
c12d61a342
|
fix(ThreadMembersUpdate): Only emit added & removed thread members (#7539)
|
2022-03-06 20:42:33 +01:00 |
|
Jiralite
|
46b53f4365
|
chore: Correct gateway intent on issue form (#7532)
|
2022-02-23 08:33:21 +01:00 |
|
Suneet Tipirneni
|
fbb1d0328b
|
refactor(Bitfield): use discord-api-types enums instead (#7313)
Co-authored-by: Almeida <almeidx@pm.me>
|
2022-01-28 19:14:20 +01:00 |
|
Souji
|
37587e2bcb
|
chore: issue template changes for monorepo (#7198)
|
2022-01-07 23:13:04 +01:00 |
|
Antonio Román
|
4293b74253
|
chore: bump Node.js to 16.9.0 (#7035)
|
2022-01-07 21:03:00 +01:00 |
|
Shubham Parihar
|
1316fd4c6a
|
feat: add support for GuildScheduledEvent (#6493)
Co-authored-by: Rodry <38259440+ImRodry@users.noreply.github.com>
Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com>
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Co-authored-by: GoldenAngel <50855202+GoldenAngel2@users.noreply.github.com>
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
|
2021-12-23 13:39:09 +01:00 |
|
Micah Benac
|
ddf759c811
|
feat: add support for autocomplete interactions (#6672)
Co-authored-by: Suneet Tipirneni <suneettipirneni@icloud.com>
|
2021-10-29 00:47:50 +02:00 |
|
Jiralite
|
12ab5c8878
|
chore: Add missing intent to issue form (#6829)
|
2021-10-14 20:26:52 +02:00 |
|
Rodry
|
79b1b20562
|
chore(IssueForms): remove default titles (#6659)
Co-authored-by: Souji <timoqueezle@gmail.com>
|
2021-09-26 21:39:52 +02:00 |
|
Souji
|
0a71a4d18f
|
chore: issue forms (#6611)
|
2021-09-15 00:25:19 +02:00 |
|
Souji
|
06460565e4
|
chore: issue forms (#6583)
|
2021-09-03 12:53:05 +01:00 |
|
Souji
|
54b33dd7df
|
chore: issue forms (#6560)
* workflow: issue forms
* chore: make intents and partials dropdowns
* chore: add tip about multi-select
* chore: use typescript for cb
|
2021-08-30 11:53:55 +01:00 |
|