Commit Graph

55 Commits

Author SHA1 Message Date
Helloyunho 21ccf4c054 Add "easy to use" Overwrite type, Make GuildChannel(for base), Separate GuildTextChannel from textChannel.ts 2021-03-20 00:39:14 +09:00
DjDeveloperr 711f78002e add channels.sendMessage 2021-03-19 16:20:16 +05:30
DjDeveloperr 1c515dcb37 x 2021-03-08 16:26:59 +05:30
DjDeveloperr a47d5ae770 x 2021-03-08 16:06:30 +05:30
DjDeveloperr 00dae42f7b add AsyncInterator support for Managers 2021-02-25 16:15:13 +05:30
Helloyunho 8e5a76dbe8 Fix the real problem part 2021-02-23 13:47:14 +09:00
Helloyunho ff80750ca4 Fix bitfield type error 2021-02-23 13:07:27 +09:00
DjDeveloperr aa5075451b Merge remote-tracking branch 'origin/main' into slash 2021-01-29 14:59:02 +05:30
DjDeveloperr a16d209a20 use fork of denoflate which is cacheable 2021-01-29 14:58:47 +05:30
DjDeveloper 6d21c762de
Merge pull request #97 from DjDeveloperr/slash
support multiple attachments
2021-01-28 20:52:38 +05:30
DjDeveloperr 60e2655085 support multiple attachments 2021-01-28 19:55:37 +05:30
Helloyunho 54e0e41dc7 just test thing 2021-01-25 23:02:43 +09:00
DjDeveloperr 2dcce6e2bb feat: sharding (!) 2021-01-24 22:16:10 +05:30
DjDeveloperr ebb4be897a add file support (really) & slash.commands.bulkEdit 2021-01-24 19:50:49 +05:30
Helloyunho 0cae198f2c Merge branch 'main' of https://github.com/harmony-org/harmony into guild-update 2021-01-20 16:02:49 +09:00
Helloyunho d8e65a4328 Add guild create function and change the name of GuildChannel 2021-01-16 01:15:52 +09:00
DjDeveloperr 48976e779b collectors, rest options and all that 2021-01-07 19:16:56 +05:30
Helloyunho 991770d211 Change the event typing way and add <Client>.waitFor method 2020-12-29 11:52:30 +09:00
Helloyunho 315fd0d0da Make a test command 2020-12-24 09:59:01 +09:00
Helloyunho 9688d248e3 Add edit channel feature 2020-12-20 18:11:37 +09:00
Helloyunho a04f6ab973 Fix managers' array function 2020-12-19 16:58:40 +09:00
Helloyunho d7f4b244c1 Add Sticker Feature 2020-12-17 10:20:06 +09:00
DjDeveloperr 91c07e551e feat(gateway): option to customize client props 2020-12-09 10:48:39 +05:30
DjDeveloperr dfb99fb6b9 fix(gateway): handle reconnects better way 2020-12-04 11:23:10 +05:30
Helloyunho 5e5b4076ce format files and ready for v0.9.0 2020-12-02 21:29:52 +09:00
DjDeveloperr 04f2912c3c Fix lint... 2020-11-08 13:27:24 +05:30
DjDeveloperr 3a3af635c6 Added Intents.None, partial support for selfbot, required changes 2020-11-06 16:12:00 +05:30
DjDeveloperr 4228cd8f52 README Update, remove client from Cache Adapters, clean up test code 2020-11-06 13:57:56 +05:30
DjDeveloperr f6eaa739ab Added Simplified Intents, and an example 2020-11-06 13:01:53 +05:30
DjDeveloperr 03e3fa7ac8 Fixed lib, really 2020-11-05 09:12:31 +05:30
DjDeveloperr 8517e71811 Fix gatewayCache 2020-11-05 08:52:14 +05:30
yky4589 9e3cd603d9 File Name Change and Extra Edit 2020-11-04 21:38:00 +09:00
DjDeveloper 9b37e185b0 Fix errors with merge, fix lint errors 2020-11-03 12:42:22 +05:30
DjDeveloper 5da856a3ad Error Fixes 2020-11-03 10:49:57 +05:30
DjDeveloperr 1abd6f2138 Guild#roles, Guild#members, Guild#channels now work. All these are now cached in guildCreate, and deleted in guildDelete. And some new methods to be implemented by CacheAdapter, plus BaseManager#flush was added to flush cache. 2020-11-02 17:38:38 +05:30
DjDeveloperr 04056a7f9c Added Presence 2020-11-02 12:57:14 +05:30
DjDeveloperr 79a06f43d7 Some fixes, and fire Ready on Resume 2020-11-01 17:35:22 +05:30
DjDeveloperr 1c02edb015 RedisCacheAdapter (!), fixed resuming, error code handling, resume event added. Some caching missing yet though 2020-11-01 16:52:09 +05:30
DjDeveloperr be3bec017c Added messageCreate event, will work on Asynchronous Caching 2020-11-01 12:08:45 +05:30
DjDeveloperr 935456906d RESTManager, CacheAdapters, and improvements 2020-10-31 17:15:33 +05:30
Helloyunho f319e0df91 MASSIVE UPDATE NOW WITH EVENTS
Co-Authored-By: Y <8479056+yky4589@users.noreply.github.com>
Co-Authored-By: Aki <71239005+AkiaCode@users.noreply.github.com>
2020-10-30 23:51:40 +09:00
Helloyunho e899738b55 Has some errors but since we didn't committed so long
Co-Authored-By: Aki <71239005+AkiaCode@users.noreply.github.com>
Co-Authored-By: Lee Hyun <ink0416@naver.com>
Co-Authored-By: khk4912 <30457148+khk4912@users.noreply.github.com>
Co-Authored-By: Choi Minseo <minseo0388@outlook.com>
Co-Authored-By: Y <8479056+yky4589@users.noreply.github.com>
2020-10-29 23:43:27 +09:00
Helloyunho 1d067a957c Now we can listen and send event
Co-Authored-By: Aki <71239005+AkiaCode@users.noreply.github.com>
Co-Authored-By: Lee Hyun <ink0416@naver.com>
Co-Authored-By: khk4912 <30457148+khk4912@users.noreply.github.com>
Co-Authored-By: Choi Minseo <minseo0388@outlook.com>
Co-Authored-By: Y <8479056+yky4589@users.noreply.github.com>
2020-10-26 02:03:53 +09:00
yky4589 0ed7e64550 수1정 2020-10-25 17:20:11 +09:00
yky4589 abaeb6d966 Hotfix autoInit 2020-10-25 17:18:32 +09:00
yky4589 fedeef916c Accepted Review (Helloyunho) 2020-10-25 17:02:24 +09:00
yky4589 3b8c961758 Fxxking Git Conflict 2020-10-25 15:55:42 +09:00
yky4589 fcdf443b43 leaked.. 2020-10-25 15:55:24 +09:00
yky4589 a883eb55df Oops Server ID leaked 2020-10-25 15:50:47 +09:00
yky4589 55eeb8dd3f Editting Base and User class, Embed etc 2020-10-25 15:50:32 +09:00