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
|
7aac53e44c
|
fix: imports from mod.ts are bad
|
2021-04-04 00:42:02 +00: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
|
ab3ec5703e
|
fix: another missing import
|
2021-04-03 23:51:55 +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 |
|
ITOH
|
99c252d2d5
|
fix(handlers): add missing imports (#724)
* Update GUILD_EMOJIS_UPDATE.ts
* fix imports
Co-authored-by: ayntee <ayyantee@gmail.com>
|
2021-04-02 17:33:14 +04:00 |
|
ayntee
|
352a7b9f49
|
fix: use PermissionStrings
|
2021-03-29 23:31:52 +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 |
|
ayntee
|
5125ffd308
|
refactor: replace util/cache with cache
|
2021-03-20 10:06:57 +04:00 |
|
ayntee
|
9699f741fe
|
refactor(helpers): rename createGuildChannel to createChannel (#678)
* refactor(helpers): rename createGuildChannel to createChannel
* idk
|
2021-03-19 13:03:24 +04:00 |
|
ayntee
|
eba5679806
|
refactor(helpers): rename executeSlashCommand to sendInteractionResponse (#676)
|
2021-03-17 15:28:44 +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
|
2d0b96c1e2
|
refactor(helpers): rename & replace deleteMessageByID() with deleteMessage() (#668)
* refactor(helpers): rename & replace deleteMessageByID() with deleteMessage()
* changes
* fix
* fix
* Update src/types/errors.ts
|
2021-03-13 11:47:53 -05: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 |
|
ITOH
|
ebbcd762cf
|
feat(util/permissions): improve permission-checking (#381)
* Update permissions.ts
* add(permissions): explaining comments
Since Discord permissions are quiet complex it is better to have detailed comments explaining everything.
* docs: add better permissions jsdoc comments
* types: add missing errors
* change imports
* we want a string here
* strange commit here
* we need an s in tts
* permissions: update channel permission handling
* permissions: update guild permission handling
* permissions: update member permission handling
* permissions: update message permission handling
* permissions: update webhook permission handling
* fix this buggg
* fix: typo
* better func names
* better description
* permissions(editMember): add permission check if channel_id is provided
* added todo for deaf
* fixxx
* FIIIXXX
* Update permissions.ts
* throwOn to require
* change up review things
* Update src/util/permissions.ts
Co-authored-by: Ayyan <ayyantee@gmail.com>
* Update src/util/permissions.ts
Co-authored-by: Ayyan <ayyantee@gmail.com>
* Update src/util/permissions.ts
Co-authored-by: Ayyan <ayyantee@gmail.com>
* Update src/util/permissions.ts
Co-authored-by: Ayyan <ayyantee@gmail.com>
* Update src/util/permissions.ts
Co-authored-by: Ayyan <ayyantee@gmail.com>
* Apply suggestions from code review
Co-authored-by: Ayyan <ayyantee@gmail.com>
* BigInt() to n
* Update src/util/permissions.ts
Co-authored-by: Ayyan <ayyantee@gmail.com>
* Update src/util/permissions.ts
Co-authored-by: Ayyan <ayyantee@gmail.com>
* Update src/util/permissions.ts
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
* missed this
* Update permissions.ts
* here enum is needed
* use set so errors arenn't strange
* dumb idea
* hasChannelPermissions functions are nice to have
* role to guild
* bugg
* fix(handlers): createGuildChannel check overwrite perms
* remove redundant if check
* fixes
* Update guild.ts
* bettrrrr
* Revert "bettrrrr"
This reverts commit ecbd30e160.
* I hate it
* fix fix
* fixxesss
* this function is better
* oh forgot these
* better I guess
* more functions
* silly me forgot to remove console.logs
* buuuuugs
* small changes
* Update permission.ts
* Update permissions.ts
* Update GUILD_CREATE.ts
* Update channel.ts
* remove this
* suggestions
Co-authored-by: Ayyan <ayyantee@gmail.com>
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
|
2021-03-11 22:33:52 +04:00 |
|
ayntee
|
d9e994b4d8
|
refactor(helpers/message): divide message arg into channelID & messageID in getReactions() (#662)
|
2021-03-11 22:21:14 +04:00 |
|
ayntee
|
8654aeded5
|
refactor: rename controllers to handlers and handlers to helpers (#660)
* refactor: rename controllers to handlers and handlers to helpers
* fmt
|
2021-03-11 21:41:03 +04:00 |
|