TriForMine
|
20616e8a36
|
Guilds helpers
|
2021-10-21 19:38:09 +02:00 |
|
ITOH
|
83b7a708e7
|
fix: snakelize request body
|
2021-05-31 19:48:13 +02:00 |
|
ITOH
|
17f16ee91f
|
these are optional too
|
2021-05-26 20:49:28 +02:00 |
|
Skillz4Killz
|
61e5d3fcb9
|
use partial audit logs
|
2021-05-22 00:37:46 +00:00 |
|
itohatweb
|
179add27c9
|
Prettified Code!
|
2021-05-21 15:55:49 +00:00 |
|
itohatweb
|
3549cdeb63
|
Prettified Code!
|
2021-05-21 15:51:33 +00:00 |
|
rigormorrtiss
|
dd8c51f3d2
|
change: import types from specific files (#953)
* fix: import types from specific files
* Use import syntax for enums
|
2021-05-18 18:31:49 +02:00 |
|
Skillz4Killz
|
a32f5b5ece
|
convert hashes to big ints + bools
|
2021-05-07 12:57:36 +00:00 |
|
ITOH
|
be3889b5b0
|
rem
|
2021-05-05 20:20:50 +02:00 |
|
ITOH
|
7ff0d242ff
|
hopefully the last dir change
|
2021-05-05 20:06:32 +02:00 |
|
rigormorrtiss
|
6f280e7781
|
change(types): move error & file_content to discordeno/ (#903)
* refactor(types): move errors, file_content module to types/discordeno
* refactor(types): move error & file_content module to discordeno/
* Update and fix import statements
|
2021-05-05 17:19:28 +01:00 |
|
ITOH
|
19cbad63a2
|
this is the biggest pain ever
|
2021-05-04 12:38:54 +02:00 |
|
Skillz4Killz
|
3d39b3878a
|
change: ids to use bigint instead of string (#892)
* p1 of bigints change
* shtuff fixes and bits
* Commit from GitHub Actions (Lint)
* finish bigint structs
* typings fixes
* Commit from GitHub Actions (Lint)
* more fixes
* Commit from GitHub Actions (Lint)
* more fixes
* Commit from GitHub Actions (Lint)
* blame wolf
* Commit from GitHub Actions (Lint)
* foxed
* Commit from GitHub Actions (Lint)
* fix unit tests
* Commit from GitHub Actions (Lint)
* change: guildUpdate guild ID can't change
* delete server has been renamed to delete guild
* fixes
Co-authored-by: Skillz4Killz <Skillz4Killz@users.noreply.github.com>
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
|
2021-05-03 18:05:18 +01:00 |
|
Skillz4Killz
|
f6b4528d2c
|
Commit from GitHub Actions (Lint)
|
2021-05-01 12:20:26 +00:00 |
|
Skillz
|
1637ca84b2
|
Merge branch 'main' of https://github.com/discordeno/discordeno into buttons-dropdowns
|
2021-05-01 08:20:04 -04:00 |
|
Skillz
|
6de8e1d428
|
buttons buttons and more buttons
|
2021-05-01 08:16:28 -04:00 |
|
ITOH
|
2ea36c3f1d
|
Merge pull request #876 from discordeno/some-things
Some things
|
2021-04-30 19:00:23 +02:00 |
|
ayntee
|
5ef685811b
|
Update src/helpers/guilds/get_widget.ts
|
2021-04-30 19:38:23 +04:00 |
|
ayntee
|
6b576c75fe
|
Update src/helpers/guilds/get_widget.ts
|
2021-04-30 19:37:57 +04:00 |
|
ayntee
|
2c36797dae
|
Update src/helpers/guilds/get_widget.ts
|
2021-04-30 19:37:13 +04:00 |
|
ITOH
|
c50fb39b42
|
deleteServer to deleteGuild
|
2021-04-30 15:01:32 +02:00 |
|
ayntee
|
379d332492
|
Complete some TODOs
|
2021-04-30 16:03:26 +04:00 |
|
ITOH
|
be2bbbdd99
|
autoconvert handler messages
|
2021-04-24 23:17:11 +02:00 |
|
ITOH
|
0c02b94143
|
integrations
|
2021-04-24 19:38:16 +02:00 |
|
ITOH
|
933a5c70eb
|
guilds
|
2021-04-24 19:38:06 +02:00 |
|
ITOH
|
a1d0986edf
|
Update edit_welcome_screen.ts
|
2021-04-24 19:37:45 +02:00 |
|
ITOH
|
033512951e
|
Update edit_guild.ts
|
2021-04-24 19:37:42 +02:00 |
|
ITOH
|
c0251e4b41
|
Update delete_server.ts
|
2021-04-24 19:37:40 +02:00 |
|
ITOH
|
ad22bd3270
|
Update create_guild.ts
|
2021-04-24 19:37:38 +02:00 |
|
ITOH
|
38bf6727ba
|
add: editWelcomeScreen function
|
2021-04-14 10:40:56 +02:00 |
|
ITOH
|
9d4306ff39
|
add: getWelcomeScreen
|
2021-04-14 09:53:37 +02:00 |
|
ayntee
|
a854219b81
|
feat: add support for stage channels (#728)
* feat: add support for stage channels
* idk
* Add helpers for voice state
* Rename updateUserVoiceState() to updateVoiceState()
* Update src/types/channels/channel_types.ts
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
* Update src/helpers/guilds/update_user_voice_state.ts
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
* Update src/helpers/guilds/update_bot_voice_state.ts
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
|
2021-04-14 11:11:22 +04:00 |
|
ayntee
|
1cbc1b8f82
|
fmt files damn son
|
2021-04-12 23:13:37 +04:00 |
|
ITOH
|
b9bd29ebf8
|
fix
|
2021-04-12 09:30:45 +02:00 |
|
Skillz4Killz
|
5d20c1c638
|
fix(helpers/guilds): createGuild not caching the guild (#814)
|
2021-04-11 10:27:57 +01:00 |
|
ITOH
|
7a6b4bf2d7
|
ref
|
2021-04-09 23:07:20 +02:00 |
|
ITOH
|
70ae220f14
|
Update get_widget_settings.ts
|
2021-04-07 10:28:52 +02:00 |
|
ITOH
|
313e7d2d35
|
fir more things
|
2021-04-07 10:27:44 +02:00 |
|
ITOH
|
96d26605ca
|
f
|
2021-04-06 22:25:26 +02:00 |
|
Skillz4Killz
|
1b8161e85b
|
refactor: cleanup and fmt
|
2021-04-04 12:54:33 +00:00 |
|
Skillz4Killz
|
8f4dd71973
|
fix: guildSplashURL no longer accepts cached guild
|
2021-04-04 12:21:15 +00:00 |
|
Skillz4Killz
|
fbfd3455b5
|
fix: guildIconURL no longer accepts cached guild
|
2021-04-04 12:21:04 +00:00 |
|
Skillz4Killz
|
c6279c79c0
|
fix: guildBannerURL no longer accepts cached guild
|
2021-04-04 12:20:55 +00:00 |
|
Skillz4Killz
|
b81bf8d484
|
chore: deno fmt
|
2021-04-04 00:34:40 +00:00 |
|
Skillz4Killz
|
408120c508
|
fix: bunch of imports that were missing
|
2021-04-03 23:30:48 +00: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 |
|
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 |
|