Commit Graph

1978 Commits

Author SHA1 Message Date
ITOH 430a38cc14 discord should decide 2021-04-11 15:31:20 +02: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
ITOH 009f6a88dc wrong header 2021-04-11 15:13:25 +02: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
TriForMine 73c81e9436 tests: add emojis tests 2021-04-11 14:16:45 +02:00
TriForMine cdba34a93d tests: add message.reply() test 2021-04-11 13:57:22 +02:00
TriForMine 337dc9fe44 tests: add reply and embed message test 2021-04-11 13:51:30 +02:00
TriForMine 309785f847 fix(test): delayUntil use setTimeout instead of while loop & addReaction test (#817)
* fix: guild create tests
* fix(test): use setTimeout instead of while loop and fix some tests
* fix(test): fix some test and fix maxMs

Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
2021-04-11 10:44:01 +01:00
Skillz4Killz 5d20c1c638 fix(helpers/guilds): createGuild not caching the guild (#814) 2021-04-11 10:27:57 +01:00
ITOH a278f35a6e remove ayntee 2021-04-11 11:18:03 +02:00
ITOH 085067591d Update process_request_headers.ts 2021-04-11 11:15:48 +02:00
Skillz4Killz b80f3149eb Merge pull request #813 from TriForMine/main
fix(tests): higher max delay
2021-04-10 19:20:38 -04:00
TriForMine 49a378e960 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	tests/channels/category_children.ts
#	tests/channels/create_channel.ts
#	tests/channels/delete_channel.ts
#	tests/guilds/create_guild.ts
#	tests/guilds/delete_server.ts
#	tests/messages/add_reaction.ts
#	tests/messages/add_reactions.ts
#	tests/messages/create_message.ts
#	tests/messages/delete_message.ts
#	tests/messages/delete_messages.ts
#	tests/messages/edit_message.ts
#	tests/messages/get_message.ts
#	tests/messages/get_messages.ts
#	tests/messages/get_reactions.ts
#	tests/messages/pin_message.ts
#	tests/messages/remove_all_reactions.ts
#	tests/messages/remove_reaction.ts
#	tests/messages/remove_reaction_emoji.ts
#	tests/messages/remove_user_reaction.ts
#	tests/messages/unpin_message.ts
2021-04-11 00:07:40 +02:00
TriForMine 1b952b6713 fix(tests): higher max delay 2021-04-10 23:58:36 +02:00
TriForMine aae106ab71 fix(tests): higher max delay 2021-04-10 23:54:56 +02:00
TriForMine 639c842622 tests: use delayUntil instead of delay (#812) 2021-04-10 22:40:20 +01:00
TriForMine 0739826e7a tests: use delayUntil instead of delay 2021-04-10 23:37:24 +02: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
TriForMine 12e21084a6 fix(tests): fix reactions tests 2021-04-10 20:24:38 +02: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
ITOH bfef74b8ab remove coverage file 2021-04-10 15:27:43 +02:00
ITOH 8b7c44b319 move coverage to test.yml 2021-04-10 14:26:23 +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
TriForMine ab19ec81e1 fix(helpers/channels): add missing import (#806) 2021-04-10 13:53:01 +01:00
ITOH 0d4544ed2f Update debug_arg.ts 2021-04-10 14:47:26 +02: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
ITOH 6b6b6d4cac add 2021-04-10 12:59:31 +02:00
ITOH eac62c6bb0 fix(handlers/messages): reaction remove event handler logic 2021-04-10 11:15:06 +02: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
TriForMine 8437721437 Merge pull request #6 from TriForMine/all-message-test
tests: add all messages tests
2021-04-10 10:57:02 +02:00
TriForMine 63675aa818 tests: add all messages tests 2021-04-10 10:54:30 +02:00
ITOH eac97c47ee fix(cache): cacheHandlers get messages wrong type 2021-04-10 10:51:43 +02:00
TriForMine 69b8fe4545 Deno fmt 2021-04-10 08:03:48 +02:00
TriForMine e9ac9b3c3c tests: add multiple reactions and delete multiple messages tests 2021-04-10 08:02:58 +02:00
Skillz4Killz 81c85eb337 Merge pull request #799 from TriForMine/main
tests: react with custom emojis tests
2021-04-09 20:05:08 -04:00
TriForMine 78e5faab6b tests: react with custom emojis tests 2021-04-10 00:36:31 +02:00
Skillz4Killz 5031b6e427 Merge pull request #798 from TriForMine/main
tests: add add_reaction test
2021-04-09 18:32:43 -04:00
TriForMine 889eb2e16c tests: add add_reaction test 2021-04-10 00:20:05 +02: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
ITOH 8f9464c436 fix(github/workflows): coverage wrong test command
I will never copy paste again.
2021-04-09 23:55:45 +02:00
Skillz4Killz 6c8cc8f61a Merge pull request #794 from itohatweb/remove-struct
changed(structures): *Struct to Discordeno*
2021-04-09 17:54:28 -04:00