Commit Graph
100 Commits
Author SHA1 Message Date
Skillz4KillzandITOH 6e8987104f Update src/types/messages/components/message_component_types.ts
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
2021-05-01 10:24:30 -04:00
Skillz4KillzandITOH 0da6698233 Update src/types/messages/components/button_styles.ts
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
2021-05-01 10:20:15 -04:00
Skillz4KillzandITOH c66b809a67 Update src/types/messages/components/button_component.ts
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
2021-05-01 10:20:10 -04:00
Skillz4KillzandITOH 3b4348d0e4 Update src/types/messages/components/action_row.ts
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
2021-05-01 10:20:05 -04:00
Skillz4KillzandITOH 9124534938 Update src/types/messages/components/action_row.ts
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
2021-05-01 10:19:50 -04:00
Skillz4KillzandITOH 703d5f682e Update src/helpers/messages/send_message.ts
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
2021-05-01 10:14:33 -04:00
Skillz4Killz 042f386a66 Merge pull request #879 from discordeno/remove-discord-prefixed-types
Remove discord prefixed types
2021-04-30 19:39:15 -04:00
Skillz4Killz 71d0f648e9 Update message.ts 2021-04-28 11:58:25 -04:00
Skillz4Killz 0d7ba259a8 Update mod.ts 2021-04-28 10:48:53 -04:00
Skillz4Killz f62f665372 Merge pull request #867 from discordeno/discovery
Discovery
2021-04-20 12:51:44 -04:00
Skillz4Killz 7d6edea9ab Merge pull request #868 from discordeno/verify_sign
Use nacl for signature verification and remove server.ts (included in template)
2021-04-19 10:29:56 -04:00
Skillz4Killz f0a8464fd5 Merge pull request #869 from discordeno/types-interaction
types(interaction): add missing types & fix invalid ones
2021-04-19 10:28:35 -04:00
Skillz4Killz 3715407c14 Merge pull request #858 from existentiality/main
feat: implement channel cloning
2021-04-15 11:53:22 -04:00
Skillz4Killz ff5d086562 fix: move createNextShard to ws 2021-04-14 20:23:58 +00:00
Skillz4Killz 29e682ed30 fix: random heartbeat request 2021-04-14 18:55:30 +00:00
Skillz4Killz dc27bc3da1 fix: delay each shard by 5 seconds 2021-04-14 18:06:41 +00:00
Skillz4Killz 70a4a1f955 fix: use private close clode 2021-04-14 18:06:11 +00:00
Skillz4KillzandITOH ef88a57a38 Update src/helpers/channels/clone_channel.ts
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
2021-04-14 08:47:46 -04:00
Skillz4KillzandITOH 4183ffd21d Update src/helpers/channels/clone_channel.ts
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
2021-04-14 08:47:21 -04:00
Skillz4KillzandITOH 6063bc0aff Update src/helpers/channels/clone_channel.ts
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
2021-04-14 08:46:18 -04:00
Skillz4KillzandITOH 084d149598 Update src/helpers/channels/clone_channel.ts
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
2021-04-14 08:46:02 -04:00
Skillz4KillzandSkillz4Killz c85b76cd18 fix: remove extra loops (#848)
* fix: remove extra loops

Co-authored-by: Skillz4Killz <Skillz4Killz@users.noreply.github.com>
2021-04-13 19:36:23 +01:00
Skillz4Killz da3f99cb2c Merge pull request #847 from discordeno/fix-return-type-collections
fix: return types [] => Collection
2021-04-13 14:18:02 -04:00
Skillz4Killz c08cc83186 Merge branch 'fix-return-type-collections' of https://github.com/discordeno/discordeno into fix-return-type-collections 2021-04-13 17:59:34 +00:00
Skillz4Killz 9446960bb0 deno fmt 2021-04-13 17:59:19 +00:00
Skillz4Killz c2f2afb211 fix: return types [] => Collection 2021-04-13 17:53:49 +00:00
Skillz4KillzandSkillz4Killz dc9615bb8a feat: slash dm (#846)
* chore: cleanup comments

* feat: slash in dm and better event args

Co-authored-by: Skillz4Killz <Skillz4Killz@users.noreply.github.com>
2021-04-13 18:28:31 +01:00
Skillz4Killz a7e3ca37a2 Merge pull request #845 from discordeno/feat-validate-length
feat: add validateLength util
2021-04-13 12:50:27 -04:00
Skillz4Killz d746622681 feat: add validateLength util 2021-04-13 16:45:39 +00:00
Skillz4KillzandSkillz4Killz 72618947f0 feat: implement gateway queue (#844)
* feat: implement gateway queue

* process queues when adding to queue

* fix: tests fixed ready for review

* handle shard closed

Co-authored-by: Skillz4Killz <Skillz4Killz@users.noreply.github.com>
2021-04-13 17:29:35 +01:00
Skillz4Killz 16a5ac684a Merge pull request #843 from TriForMine/main
fix(tests): fix typescripts errors
2021-04-13 11:10:20 -04:00
Skillz4Killz 0c91f978d2 feat: support auto 16x and multi-shard for LBS 2021-04-12 21:58:29 +00:00
Skillz4Killz a43acf6c76 fix: remaining errors 2021-04-12 21:57:41 +00:00
Skillz4Killz d77e045e09 Merge branch 'main' of https://github.com/discordeno/discordeno into main 2021-04-12 20:02:59 +00:00
Skillz4Killz 9a7747b7ab fix: more typings errors 2021-04-12 20:02:56 +00:00
Skillz4Killz a741e721f3 fix: more missing typings and remove swap roles 2021-04-12 18:35:24 +00:00
Skillz4Killz 79a0c7ae95 fix: typings for templates 2021-04-12 18:32:15 +00:00
Skillz4Killz 0c4441aa28 Merge branch 'main' of https://github.com/discordeno/discordeno into main 2021-04-12 18:30:30 +00:00
Skillz4Killz 5a20d01002 fix: template typings 2021-04-12 18:30:27 +00:00
Skillz4Killz 0fb383a9db fix: template typings 2021-04-12 18:28:17 +00:00
Skillz4Killz 9c1264f557 Merge branch 'main' of https://github.com/discordeno/discordeno into main 2021-04-12 18:27:30 +00:00
Skillz4Killz c4352ea83f fix: webhook typings 2021-04-12 18:27:12 +00:00
Skillz4Killz 381ea450ac Merge branch 'main' of https://github.com/discordeno/discordeno into main 2021-04-12 18:23:56 +00:00
Skillz4Killz 3ce5871eb9 fix: few more typings errors 2021-04-12 18:22:47 +00:00
Skillz4Killz 6d0529e8ce Merge branch 'main' of https://github.com/discordeno/discordeno into main 2021-04-12 18:15:36 +00:00
Skillz4Killz 638979950b fix: dm typings 2021-04-12 18:15:34 +00:00
Skillz4Killz 7e38960e9a fix: webhook typings 2021-04-12 18:12:59 +00:00
Skillz4Killz 8523a5ceea fix: more typing errors 2021-04-12 18:09:15 +00:00
Skillz4Killz f7024a5bf0 fix(ws): startBot botGatewayData & maxShard (#839)
* this is for u tri!

* fix more
2021-04-12 16:39:34 +01:00
Skillz4Killz f488a41493 Merge pull request #837 from discordeno/ci-792
ci(lint): "auto-format" the files and push the changes
2021-04-12 11:19:10 -04:00
Skillz4Killz 78a894a4ab fix: rest typings (#835)
* fix: rest typings

* fix: more typings
2021-04-12 16:18:13 +01:00
Skillz4Killz af3dbf1564 refactor: move edit_bot_status to another file in helpers (#838) 2021-04-12 19:17:55 +04:00
Skillz4Killz fcc711ac90 Merge pull request #830 from itohatweb/fix-handlers
types: fix some new types for handlers & helpers & structures
2021-04-12 08:56:36 -04:00
Skillz4Killz 51e27d8f17 types: fix new types issues (#829)
* feat: add tests for deleting channel overwrites

* fix: typings
2021-04-12 07:26:55 +01:00
Skillz4Killz b7a2b0ed55 tests: add deleting channel overwrites test (#828) 2021-04-12 07:04:30 +01:00
Skillz4KillzandITOH 1eae4b4fcd test fix ther label token (#827)
* test fix ther label token

* Update .github/workflows/test.yml

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
2021-04-11 20:35:45 +01:00
Skillz4Killz 5ec82949e2 Merge pull request #826 from discordeno/ayntee-patch-1
Remove PR title examples
2021-04-11 15:26:54 -04:00
Skillz4Killz b357a5fb04 tests: add channel create with perms test (#825) 2021-04-11 19:40:56 +01:00
Skillz4Killz 52057fbb65 Merge pull request #821 from itohatweb/fix-ratelimit-resettimestamp
fix ratelimit headers again
2021-04-11 09:38:41 -04:00
Skillz4Killz 155139f20c Merge pull request #820 from itohatweb/fix-ratelimit-resettimestamp
fix: processRequestHeaders retryAfter wrong header
2021-04-11 09:26:20 -04:00
Skillz4Killz 8bf9cc0461 Merge pull request #815 from itohatweb/fix-ratelimit-resettimestamp
fix(rest): processRequestHeaders proper resetTimestamp
2021-04-11 08:35:17 -04:00
Skillz4Killz 953e547a0c Merge pull request #816 from itohatweb/ayntee
remove ayntee from .github
2021-04-11 08:33:57 -04:00
Skillz4Killz b12b1c7712 Merge pull request #818 from TriForMine/embed-reply-test
tests: add reply and embed message test
2021-04-11 08:33:33 -04:00
Skillz4Killz 6fe28847a9 Merge pull request #819 from TriForMine/emojis-tests
tests: add emojis tests
2021-04-11 08:33:19 -04:00
Skillz4Killz 5d20c1c638 fix(helpers/guilds): createGuild not caching the guild (#814) 2021-04-11 10:27:57 +01:00
Skillz4Killz b80f3149eb Merge pull request #813 from TriForMine/main
fix(tests): higher max delay
2021-04-10 19:20:38 -04:00
Skillz4Killz e163e2d109 fix: reaction remove tests (#811) 2021-04-10 22:03:32 +01:00
Skillz4Killz 2e21ea54e9 Merge pull request #810 from TriForMine/main
fix(tests): fix reactions tests
2021-04-10 14:51:42 -04:00
Skillz4Killz b7321a6d0e fix(rest): URL limiting (#809)
* fix: shtuff

* fix: better url handling
2021-04-10 18:26:41 +01:00
Skillz4Killz 667ce24863 Merge pull request #808 from discordeno/itohatweb-patch-1
move coverage to test.yml
2021-04-10 09:40:05 -04:00
Skillz4Killz 66b0aa3685 tests: add channel tests (#807) 2021-04-10 14:38:58 +01:00
Skillz4Killz 55d73d1937 Merge pull request #805 from itohatweb/types-add-eventhandlers-back
types: add eventHandlers type
2021-04-10 08:57:02 -04:00
Skillz4Killz be5572c0eb Merge pull request #804 from itohatweb/fix-handlers-messages-reaction-remove
fix(handlers/messages): reaction remove event handler logic
2021-04-10 08:41:57 -04:00
Skillz4Killz 701dfd1c2b Merge pull request #803 from itohatweb/types-fix-cache-wrong-types
fix(cache): cacheHandlers get messages wrong type
2021-04-10 08:41:43 -04:00
Skillz4Killz fd724ffa01 Merge pull request #802 from TriForMine/main
tests: add all messages tests
2021-04-10 08:41:28 -04:00
Skillz4Killz 82429a1e7d fix: try deleting guilds if (#801) 2021-04-10 10:05:16 +01:00
Skillz4Killz 91114a62c2 fix: category children (#800) 2021-04-10 10:01:50 +01:00
Skillz4Killz 81c85eb337 Merge pull request #799 from TriForMine/main
tests: react with custom emojis tests
2021-04-09 20:05:08 -04:00
Skillz4Killz 5031b6e427 Merge pull request #798 from TriForMine/main
tests: add add_reaction test
2021-04-09 18:32:43 -04:00
Skillz4Killz 568b7397e0 Merge pull request #797 from discordeno/itohatweb-patch-2
fix(github/workflows): coverage wrong test command
2021-04-09 17:59:02 -04:00
Skillz4Killz 6c8cc8f61a Merge pull request #794 from itohatweb/remove-struct
changed(structures): *Struct to Discordeno*
2021-04-09 17:54:28 -04:00
Skillz4Killz 8dfb401784 Merge pull request #796 from discordeno/itohatweb-patch-1
fix(github/workflows): wrong branch name
2021-04-09 17:51:56 -04:00
Skillz4Killz 45205dd96b Merge pull request #795 from discordeno/add-coverage
add(github/workflows): test coverage
2021-04-09 17:43:20 -04:00
Skillz4Killz b40aaf5a8f Merge pull request #790 from itohatweb/fix-debug-
fixed(eventHandlers): debug can be undefined
2021-04-09 16:45:23 -04:00
Skillz4Killz 75fddf4bf3 Merge pull request #789 from itohatweb/main
removed(utils): sleep function
2021-04-09 15:45:53 -04:00
Skillz4Killz 0c44589356 Merge pull request #788 from itohatweb/loop-loggers
added(eventHandlers): debug loop functions
2021-04-09 15:38:58 -04:00
Skillz4Killz 15e59b5a94 Merge pull request #786 from itohatweb/fix-cache
fix(cache): cacheHandlers forEach message wrong type
2021-04-09 15:29:13 -04:00
Skillz4Killz 577010e953 Merge pull request #785 from discordeno/delete-channel-tests
tests: add deleteChannel tests
2021-04-09 14:27:32 -04:00
Skillz4Killz 00a0d04b14 remove assert equals 2021-04-09 17:42:29 +00:00
Skillz4Killz a6536519ab git commit broke 2021-04-09 17:39:53 +00:00
Skillz4Killz 8b5e39f796 deno fmt 2021-04-09 17:35:34 +00:00
Skillz4Killz a44f968745 tests: add deleteChannel tests 2021-04-09 17:20:41 +00:00
Skillz4Killz 68c5c694b9 Merge pull request #782 from discordeno/unit-tests
Unit Tests Base
2021-04-09 12:30:49 -04:00
Skillz4Killz 16f5293211 test new on types 2021-04-09 16:25:33 +00:00
Skillz4Killz 29c950b7ec we are not vampires 2021-04-09 16:13:39 +00:00
Skillz4Killz e09515cfe9 another missing await 2021-04-09 16:11:37 +00:00
Skillz4Killz 46fb1c530f use default options 2021-04-09 16:07:11 +00:00
Skillz4Killz af997afc14 missing awaits 2021-04-09 15:57:46 +00:00
Skillz4Killz a297775144 validate cached guild 2021-04-09 15:34:59 +00:00
Skillz4Killz 8e1b119e6c remove unneded import 2021-04-09 15:15:27 +00:00