Commit Graph
47 Commits
Author SHA1 Message Date
lts20050703 9e3195c3d4 BREAKING CHANGE remove unused deleteWebhook function channelId parameter 2022-01-26 17:22:59 +07:00
lts20050703 445f8bb085 BREAKING CHANGE remove unused editWebhook function channelId parameter
and add comments to createWebhook and modifyWebhook interfaces' reason
2022-01-26 17:19:31 +07:00
lts20050703 0f28376bb6 Document X-Audit-Log-Reason on webhook endpoints 2022-01-26 10:36:12 +07:00
lts20050703 0a436da654 move to plugin 2022-01-05 07:07:37 +07:00
lts20050703 849afd4837 minor changes 2022-01-03 06:35:05 +07:00
lts20050703 0af7867b0c Update scheduledEvents.ts 2022-01-02 13:45:34 +07:00
lts20050703 144b4b9eaf #1877 Document max value for GET event users limit param
#1877 Document max value for GET event users limit param
2022-01-02 13:40:59 +07:00
lts20050703 ea91d9a480 fix get audit logs test
guild_scheduled_events not scheduled_events bruh
2021-12-28 22:22:00 +07:00
lts20050703 7dab1be581 fix send a message with a webhook test
Waits for server confirmation of message send before response, and returns the created message body (defaults to false; when false a message that is not saved does not return an error)
2021-12-28 22:16:45 +07:00
lts20050703 6fdc03b24a fix delete invite test 2021-12-28 22:00:20 +07:00
lts20050703 81c261d6d8 Fix forgot to update transformer 2021-12-23 18:00:05 +07:00
lts20050703 71d2b468f5 #1848 Document audit logs for scheduled events
#1848 Document audit logs for scheduled events

add reason to CreateScheduledEvent and EditScheduledEvent interfaces

add reason.options.reason to bot.rest.runMethod's body parameter in createSheduledEvent and editSheduledEvent functions
2021-12-23 17:44:58 +07:00
lts20050703 cc95342b6d #1862 Fix member transformer, interface
Fix member transformer in src/transformers/message.ts

Fix message interface in src/types/messages/message.ts

Export * from stickers.
2021-12-23 13:52:54 +07:00
lts20050703 e282797e3f nuke privacyLevel and discoverableDisabled 2021-12-22 22:19:56 +07:00
lts20050703 b11d334ac8 camelize modifyGuildMember and I forgot to add the actual prop 2021-12-22 22:04:37 +07:00
lts20050703 eef1885eb4 link--; 2021-12-22 13:42:00 +07:00
lts20050703 2ea419287f #1815 editStageInstance and createStageInstance should use a transformer
#1815 editStageInstance and createStageInstance should use a transformer
2021-12-22 11:20:40 +07:00
lts20050703 131d05c006 Revert string to bigint 2021-12-22 10:20:09 +07:00
lts20050703 2889814abc #1857 Document Guild Member Timeout
update ModifyGuildMember, GuildMember, and GuildMemberUpdate interfaces

update BitwisePermissionFlags enum
2021-12-22 10:02:44 +07:00
lts20050703 6e1d0fdced #1851, move to /src/types/stickers, add StickerTypes enum and stickerPack enum, rename interfaces and file names, and update jsdoc comments
Moved stickers types/enums from /src/types/messages to /src/types/stickers

update jsdoc comments (particularly discord docs links) for stickerItem.ts, stickerFormatTypes.ts, and sticker.ts

Add StickerTypes enum and stickerPack interface

Rename messageSticker*.ts to sticker*.ts
2021-12-22 08:55:12 +07:00
lts20050703 733075fd09 #1858 Tweak application_id wording on message object
#1858 Tweak application_id wording on message object
2021-12-22 07:58:45 +07:00
lts20050703 1e89abba6c Revert "memoryBenchmarks() second argument is optional (defaults to true)"
This reverts commit b773ef1571.
2021-12-21 09:03:31 +07:00
lts20050703 b773ef1571 memoryBenchmarks() second argument is optional (defaults to true) 2021-12-21 08:51:50 +07:00
lts20050703 af6a27de16 Fix GatewayOpcodes.StatusUpdate (renamed to PresenceUpdate) 2021-12-21 08:50:36 +07:00
lts20050703 662c82a27e add threads and sheduledEvenets to return of getAuditLog 2021-12-21 08:13:05 +07:00
lts20050703 f31516f6cd Merge branch 'discordeno:main' into #1828 2021-12-20 13:16:54 +07:00
lts20050703 e63c03160b Yeet "exact word by word" jsdoc comments 2021-12-20 12:49:13 +07:00
lts20050703 f5d829ea0d Merge branch 'discordeno:main' into #1828 2021-12-20 09:03:40 +07:00
lts20050703 b0fdceca07 Merge branch 'main' into opcodes-jsdoc 2021-12-20 07:40:13 +07:00
lts20050703 3bced1f09e rename statusUpdate to presenseUpdate
https://discord.com/developers/docs/topics/opcodes-and-status-codes#gateway-gateway-opcodes
2021-12-18 15:40:24 +07:00
lts20050703 899ce1a7a5 opcodes jsdoc 2021-12-18 15:39:26 +07:00
lts20050703 5a1873f96d [jsonErrorCode.ts] Add missing error codes to enum 2021-12-18 14:21:13 +07:00
lts20050703 19a28b6995 #1806 2021-12-18 14:00:49 +07:00
lts20050703 073de2b97f #1828 2021-12-18 13:28:59 +07:00
lts20050703 01aca45f30 fix incompatible version in minimal example in README 2021-12-13 09:23:58 +07:00
lts20050703 d2f351f00c Update README minimal example (based on discordeno cache plugin README) 2021-12-10 10:59:40 +07:00
lts20050703 e1b262b2c4 Update README Minimal Example 2021-12-10 09:43:44 +07:00
lts20050703 8a4f767691 Merge branch 'discordeno:main' into main 2021-12-07 09:53:16 +07:00
lts20050703 ab8b19c757 fix README example and benchmark submodule 2021-12-06 11:24:37 +07:00
lts20050703 6f467653c3 Merge branch 'discordeno:main' into main 2021-11-29 21:31:27 +07:00
lts20050703 c2dd41f033 Merge branch 'discordeno:main' into main 2021-11-28 09:27:10 +07:00
lts20050703 a62208335d Close #1823 2021-11-28 08:57:01 +07:00
lts20050703 85057395cd Update mod.ts 2021-11-28 00:58:03 +00:00
lts20050703 0b7fc2e7d2 UNIT TEST editBotStatus 2021-11-27 22:21:57 +07:00
lts20050703 df8e16dac1 await editBotNickname 2021-11-26 15:37:23 +07:00
lts20050703 b6294d7835 UNIT TEST editBotNickname 2021-11-26 15:29:11 +07:00
Long Term Support 2005.07.03 4af3a745a9 (import -> export) => export * from 2021-11-20 00:12:05 +07:00