Commit Graph

43 Commits

Author SHA1 Message Date
ITOH d2bad949a1 omit guildid 2021-04-16 20:56:37 +02:00
ITOH 1d1ef47e8a dupe code ._. 2021-04-16 20:46:05 +02:00
ITOH 1a94f1913e add implementation 2021-04-16 20:45:55 +02:00
ITOH 864945f578 remove identifyPayload 2021-04-16 18:57:42 +02:00
ITOH 98bf292aff fix lint 2021-04-15 18:06:31 +02:00
ITOH 0032941b25 Update fetch_members.ts 2021-04-13 10:44:36 +02:00
ayntee b633689d3a Format files 2021-04-13 06:05:20 +00:00
Skillz4Killz a43acf6c76 fix: remaining errors 2021-04-12 21:57:41 +00:00
ITOH e2a6ffdd11 Update disconnect_member.ts 2021-04-12 22:03:44 +02:00
Skillz4Killz 9a7747b7ab fix: more typings errors 2021-04-12 20:02:56 +00:00
ayntee 998c71d5a3 Merge branch 'main' of https://github.com/discordeno/discordeno into main 2021-04-12 23:19:47 +04:00
ayntee eb2de7edb4 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. In fermentum et sollicitudin ac orci phasellus egestas tellus. Magna etiam tempor orci eu lobortis. Vulputate odio ut enim blandit volutpat. Quis auctor elit sed vulputate mi sit amet. Nibh ipsum consequat nisl vel pretium. Amet mattis vulputate enim nulla. Nibh praesent tristique magna sit amet purus gravida. Vulputate enim nulla aliquet porttitor lacus luctus. Ut sem viverra aliquet eget sit. Et tortor at risus viverra adipiscing at in tellus. Est ullamcorper eget nulla facilisi. Justo nec ultrices dui sapien eget. Arcu risus quis varius quam quisque id diam vel quam. Morbi enim nunc faucibus a pellentesque. Fringilla ut morbi tincidunt augue interdum velit euismod in pellentesque. Ultrices sagittis orci a scelerisque purus semper eget. Proin sagittis nisl rhoncus mattis rhoncus urna neque viverra. 2021-04-12 23:19:16 +04:00
ITOH 6c71e53e88 Update ban_member.ts 2021-04-12 21:17:52 +02:00
ITOH 879cce02fa Merge branch 'main' of https://github.com/discordeno/discordeno into main 2021-04-12 21:14:08 +02:00
ITOH aab2a6549c Update fetch_members.ts 2021-04-12 21:13:59 +02:00
ayntee 1cbc1b8f82 fmt files damn son 2021-04-12 23:13:37 +04:00
ayntee 7ca9576be7 moar 2021-04-12 22:49:01 +04:00
ayntee 999217eb3f Moar - rip commit history 2021-04-12 22:37:00 +04:00
ayntee 2a33db04fb Merge branch 'main' of https://github.com/discordeno/discordeno into main 2021-04-12 22:24:28 +04:00
ayntee 0b23a308ef Fix some moar 2021-04-12 22:24:20 +04:00
Skillz4Killz 3ce5871eb9 fix: few more typings errors 2021-04-12 18:22:47 +00:00
Skillz4Killz 638979950b fix: dm typings 2021-04-12 18:15:34 +00:00
Skillz4Killz 8523a5ceea fix: more typing errors 2021-04-12 18:09:15 +00:00
Skillz4Killz 78a894a4ab fix: rest typings (#835)
* fix: rest typings

* fix: more typings
2021-04-12 16:18:13 +01: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
ITOH 7a6b4bf2d7 ref 2021-04-09 23:07:20 +02:00
ITOH dc9c33f0d4 f 2021-04-09 22:22:06 +02:00
ITOH 9312606100 lop 2021-04-09 21:37:13 +02:00
Skillz4Killz 1b8161e85b refactor: cleanup and fmt 2021-04-04 12:54:33 +00:00
Skillz4Killz 5d3b01b3e7 fix: typings names & imports 2021-04-04 12:21:30 +00:00
TriForMine 1b981df70c fix(helpers/members) Remove duplicated import 2021-04-04 06:59:52 +02:00
Skillz4Killz 467d324210 Merge branch 'main' into remove-raw-avatar-url 2021-04-03 23:38:34 -04:00
Skillz4Killz 6e735b4b67 Merge branch 'main' into fix-fetch-members-imports 2021-04-03 23:37:29 -04:00
Skillz4Killz b81bf8d484 chore: deno fmt 2021-04-04 00:34:40 +00:00
Skillz4Killz 29ea05d7ff refactor: remove raw avatar ulr 2021-04-04 00:03:45 +00:00
Skillz4Killz 408120c508 fix: bunch of imports that were missing 2021-04-03 23:30:48 +00:00
Skillz4Killz 4717faa7ba fix: fetch members imports 2021-04-03 16:38:34 -04:00
ayntee 5f1b82a4e8 refactor: remove RequestManager and use runMethod() (#732)
* fix(rest/process_request): use DiscordHTTPResponseCodes

* refactor: remove RequestManager

* refactor: remove RequestManager and use runMethod()
2021-04-02 23:18:51 +04:00
ayntee eaff54f90f refactor: rename *ID to *Id (#710)
* refactor: rename *ID to *Id

* Update src/helpers/commands/delete_slash_command.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/helpers/commands/delete_slash_command.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/helpers/commands/delete_slash_response.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/helpers/commands/edit_slash_response.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/util/utils.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/util/utils.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/util/utils.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/util/utils.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/util/utils.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/helpers/commands/get_slash_command.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/helpers/commands/send_interaction_response.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/helpers/commands/upsert_slash_command.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/helpers/guilds/edit_widget.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/helpers/guilds/get_widget.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/helpers/guilds/get_widget.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/helpers/guilds/get_widget_image_url.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/helpers/guilds/get_widget_image_url.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/helpers/guilds/get_widget_settings.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update .gitignore

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update LICENSE

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/helpers/members/edit_bot_profile.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/helpers/members/edit_bot_profile.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/helpers/webhooks/create_webhook.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/helpers/webhooks/delete_webhook.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/util/constants.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/helpers/webhooks/edit_webhook.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/helpers/webhooks/execute_webhook.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/helpers/webhooks/get_webhook.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/rest/cache.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/rest/request.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/util/constants.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/helpers/commands/delete_slash_response.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/util/constants.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/util/constants.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/util/constants.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/util/constants.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/util/utils.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/util/utils.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Revert docs file

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
2021-03-29 21:03:46 +04:00
ITOH c91c9d0870 types: remove entire types (#684) 2021-03-23 19:14:26 +04:00
ITOH 2d55decce5 refactor: use guildID and shardID as args in requestAllMembers() & fetchMembers() (#671)
* change args of requestAllMembers

* change args of fetchMembers

* fix getMembersByQuery

Co-authored-by: ayntee <ayyantee@gmail.com>
2021-03-15 19:19:18 +04:00
ayntee e852dc315a fix: export aliases from mod.ts 2021-03-15 15:41:46 +04:00
ayntee e9cbbbff7c refactor(helpers): separate functions into files (#667)
* refactor(helpers): separate functions into files

* idk

* idk
2021-03-13 08:10:31 -05:00