itohatweb
|
f9da3d03bf
|
Commit from GitHub Actions (Lint)
|
2021-05-04 10:05:47 +00:00 |
|
ITOH
|
cceee6bc5b
|
add: member bitfield
|
2021-05-04 12:05:11 +02:00 |
|
ITOH
|
2c58d6d28d
|
remove guild member being cached in parent object
|
2021-05-03 22:56:32 +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 |
|
ITOH
|
be2bbbdd99
|
autoconvert handler messages
|
2021-04-24 23:17:11 +02:00 |
|
ITOH
|
b9bd29ebf8
|
fix
|
2021-04-12 09:30:45 +02: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 |
|
ITOH
|
89a6e043fe
|
f
|
2021-04-06 22:08:19 +02:00 |
|
ITOH
|
55a1c04774
|
fix(structures/member): use new types & add MemberStruct interface (#739)
* Update member.ts
* Update member.ts
* Update member.ts
* better type
* cast
* this better
* add comment
|
2021-04-06 12:22:19 +04:00 |
|
Skillz4Killz
|
29ea05d7ff
|
refactor: remove raw avatar ulr
|
2021-04-04 00:03:45 +00: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
|
e4fc09069f
|
style: format files
|
2021-03-20 10:08:30 +04:00 |
|
ayntee
|
5125ffd308
|
refactor: replace util/cache with cache
|
2021-03-20 10:06:57 +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 |
|
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 |
|
Ayyan
|
e49a23687e
|
refactor!: organize directories and files (#268)
* refactor!: organize directory structure
* fix: avoid stack overflow err
* chore: swtch back to std/encoding for base64
* style: format source files
|
2020-12-22 21:26:27 +04:00 |
|
ITOH
|
7bdbcb76d6
|
refactor: centralize types (#235)
* Centralize types and structures
* Resolve Conflict
* Update cache.ts
|
2020-12-08 22:23:36 +04:00 |
|
ayntee
|
28dfef018f
|
style: format src files
|
2020-11-20 15:33:53 +04:00 |
|
Skillz
|
4cd76db969
|
fixes
|
2020-11-19 23:10:14 -05:00 |
|
Skillz
|
bd101f8225
|
slight fix hack
|
2020-11-18 21:54:36 -05:00 |
|
Skillz
|
a13e50d383
|
fixes
|
2020-11-18 19:16:52 -05:00 |
|
Skillz
|
282ae9a9a0
|
fix
|
2020-11-18 17:25:11 -05:00 |
|
Skillz
|
7e2206033c
|
fix
|
2020-11-18 17:14:33 -05:00 |
|
Skillz
|
5805fc8eca
|
fix
|
2020-11-18 16:42:38 -05:00 |
|
Skillz
|
6ecdb9fc9b
|
move guild.members to cache.members
|
2020-11-18 11:58:26 -05:00 |
|
ayyanm
|
10f67b090a
|
Replace all occurrences of "import type" syntax to "import" syntax
|
2020-10-28 12:52:33 -07:00 |
|
Skillz
|
0c1f9529e0
|
import type fixes
|
2020-09-20 19:45:34 -04:00 |
|
Skillz
|
ebc3d9a8b3
|
remove unnecessary data
|
2020-09-18 12:30:22 -04:00 |
|
Skillz
|
2ef21c1466
|
small fix
|
2020-09-17 18:29:23 -04:00 |
|
Skillz
|
f3a113a6e3
|
structures made async to be overrideable
|
2020-09-17 17:49:18 -04:00 |
|
Skillz
|
f1cf073d2c
|
refactor creaemember
|
2020-09-16 13:20:14 -04:00 |
|
Skillz
|
035cb1360d
|
allow structures to be overriden
|
2020-09-12 11:03:27 -04:00 |
|
Skillz
|
a7f9bf6b94
|
v7 stuff lots of stuff
|
2020-08-05 14:31:08 -04:00 |
|