Commit Graph

144 Commits

Author SHA1 Message Date
ITOH
535e0a1b34 add: async to async methods 2021-05-08 14:30:33 +02:00
ITOH
2f904a3b6f fix: discord message member overwriting message.member getter 2021-05-08 14:30:16 +02:00
Skillz4Killz
15361d4028 Merge branch 'hashes-bigints' of https://github.com/discordeno/discordeno into hashes-bigints 2021-05-07 13:08:23 +00:00
Skillz4Killz
c65a54ac54 quick fix 2021-05-07 13:08:21 +00:00
Skillz4Killz
fe5ac929d2 Merge branch 'main' into hashes-bigints 2021-05-07 09:02:36 -04:00
Skillz4Killz
a32f5b5ece convert hashes to big ints + bools 2021-05-07 12:57:36 +00:00
ITOH
3fda6de728 move structures export to structures mod 2021-05-07 09:48:17 +02:00
ITOH
11e9a800e5 message.guildid has to be bigint 2021-05-06 12:38:05 +02:00
ITOH
95e3c796ec remove author for better auto completion 2021-05-05 21:51:02 +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
Skillz4Killz
9b300ec411 Merge branch 'main' into change-cache-members 2021-05-05 12:08:45 -04:00
ITOH
be6ff0abd7 remove initial cache members queue 2021-05-05 15:55:40 +02:00
ITOH
aefd5c75f5 fix changes 2021-05-04 21:05:43 +02:00
ITOH
c60422a23f Merge branch 'main' into threads 2021-05-04 17:45:38 +02:00
ITOH
63c994e500 silly me 2021-05-04 17:40:59 +02:00
ITOH
ea3f1ac271 Merge branch 'main' into stupid-deno-type-errors 2021-05-04 14:53:44 +02:00
ITOH
5c64d4a1ac this back 2021-05-04 14:48:50 +02:00
ITOH
315f162e78 structures too 2021-05-04 12:41:07 +02:00
itohatweb
f9da3d03bf Commit from GitHub Actions (Lint) 2021-05-04 10:05:47 +00:00
ITOH
d8f9e28fb0 add: role bitfield 2021-05-04 12:05:24 +02:00
ITOH
e63e6319a8 add: message bitfield 2021-05-04 12:05:17 +02:00
ITOH
cceee6bc5b add: member bitfield 2021-05-04 12:05:11 +02:00
ITOH
81435535f8 add: bitfield 2021-05-04 11:30:59 +02:00
ITOH
8072122b85 fix: toggleBits value can be false 2021-05-04 11:23:15 +02:00
ITOH
6c80e1c47e fmt stuff 2021-05-03 22:57:11 +02:00
ITOH
2c58d6d28d remove guild member being cached in parent object 2021-05-03 22:56:32 +02:00
ITOH
f91bf2871f Merge branch 'main' into threads 2021-05-03 20:50:53 +02:00
Skillz4Killz
000aaaaa51 add isBot, and tag to message struct 2021-05-03 18:33:55 +00: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
5240981d61 this too 2021-05-02 21:36:36 +02:00
ITOH
efd52e9c9b fix: thread channels have own prop 2021-05-02 20:51:39 +02:00
ITOH
d60ccae805 fix(types): channel.permissionOverwrites can be undefined 2021-05-01 23:35:43 +02:00
ITOH
5a526c809b to an option object 2021-04-30 18:57:44 +02:00
ITOH
9d26a26ae6 fix: message structure remove reaction wrong comments 2021-04-30 15:23:11 +02:00
ITOH
8c347747dd delete: removeUserReaction 2021-04-30 15:22:48 +02:00
ITOH
c50fb39b42 deleteServer to deleteGuild 2021-04-30 15:01:32 +02:00
Skillz4Killz
71d0f648e9 Update message.ts 2021-04-28 11:58:25 -04:00
ITOH
ee36ccacc4 Update message.ts 2021-04-28 16:45:08 +02:00
ITOH
be2bbbdd99 autoconvert handler messages 2021-04-24 23:17:11 +02:00
ITOH
23a4c0f864 removed templatestruct 2021-04-15 18:09:40 +02:00
ITOH
98bf292aff fix lint 2021-04-15 18:06:31 +02:00
ITOH
6a6acf2d6c Merge branch 'main' of https://github.com/discordeno/discordeno into main 2021-04-15 17:55:01 +02:00
ITOH
49dd851a4a fix message structure 2021-04-15 17:54:54 +02:00
Exists
fea973b346 Editing return type on channel clone method
Changed return type of `clone` to reflect `cloneChannel`. Removed unused import for `createChannel`.
2021-04-14 13:33:08 -04:00
Exists
215141171a Fix formatting (deno fmt) 2021-04-14 13:09:47 -04:00
Exists
d3ed1e03e7 Formatting Changes
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
2021-04-14 11:41:57 -05:00
Exists
1a1ef34a96 Add channel cloning
Changes:
    - Added function cloneChannel
    - Modified createChannel to support cloneChannel
   - Added clone(reason) method on channel structure
    - Added channel cloning tests
2021-04-14 04:01:35 -04:00
ITOH
851b280c87 message content & mentions & mentionRoles can be undefined 2021-04-13 11:44:43 +02:00
ITOH
624c4b57cb fix(structures/channel): wrong type for permissionOverwrites 2021-04-13 09:59:20 +02:00