Commit Graph

46 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 950243af5c add updateRefs 2021-02-06 19:25:45 +05:30
DjDeveloperr dce4c99cbd many things 2021-01-25 17:04:43 +05:30
DjDeveloperr c1cd6276ae feat: GuildTextChannel#{permissionsFor,overwritesFor}, TextChannel#triggerTyping, many other things 2021-01-25 16:58:46 +05:30
DjDeveloperr ebb4be897a add file support (really) & slash.commands.bulkEdit 2021-01-24 19:50:49 +05:30
Helloyunho 8ad1a2ac6f Add jsdoc comments 2021-01-18 20:56:51 +09:00
Helloyunho 65b5c50ec3
Merge branch 'main' into reaction 2020-12-26 12:04:59 +09:00
DjDeveloper d46cd0cbe5
Merge pull request #67 from DjDeveloperr/slash
feat: HTTP based Slash Commands util
2020-12-26 08:24:38 +05:30
Helloyunho 4ab29bc91c Merge branch 'main' of https://github.com/Helloyunho/harmony into reaction 2020-12-25 22:14:19 +09:00
Helloyunho 65eace4046 Update message and textchannel 2020-12-25 22:09:29 +09:00
Helloyunho 540f3b1877 Support removing other user's reactions 2020-12-25 13:44:42 +09:00
Helloyunho 9e6d2c1047 Add reactions 2020-12-24 09:37:57 +09:00
DjDeveloperr 94a447921d feat: member screening types update 2020-12-22 15:40:19 +05:30
Helloyunho d7f4b244c1 Add Sticker Feature 2020-12-17 10:20:06 +09:00
DjDeveloperr 97d6f3fd05 fix(lint) 2020-12-06 13:13:41 +05:30
Helloyunho 4db6203650
Merge pull request #53 from noamboy2006/main
fix: minor grammar/typo fixes in comments
2020-12-05 18:37:34 +09:00
Helloyunho c3d025529d Remove other mentions in Message
We already have MessageMentions class, which handles all mentions.
2020-12-05 16:19:51 +09:00
noamboy2006 fe6930c065 miner grammer/typo fixes is comments. Changed all comments I can find to consider method as a singular noun, tho I might missed a few comments 2020-12-05 11:24:08 +09:00
DjDeveloperr 174d3cb58c fix(lint) & fix(code) 2020-12-03 10:58:20 +05:30
DjDeveloperr d1aba4a981 feat(jsdoc): pretty much done 2020-12-03 09:36:41 +05:30
Helloyunho 5e5b4076ce format files and ready for v0.9.0 2020-12-02 21:29:52 +09:00
DjDeveloperr c7ef17a6d2 feat(reactions): implemented structures and events 2020-12-02 15:29:15 +05:30
DjDeveloperr 25a5025802 fix(Message): Fix inline replies; feat(RESTManager): handle status codes correctly 2020-11-17 09:05:25 +05:30
DjDeveloperr 86f82715ca feat(Message|TextChannel): inline replies 2020-11-17 08:46:32 +05:30
DjDeveloperr b935bb1238 Implement MessageMentions, mentionPrefix, Blocked Users/Channels/Guilds for Commands, self-bot support 2020-11-09 15:59:16 +05:30
DjDeveloperr 04f2912c3c Fix lint... 2020-11-08 13:27:24 +05:30
DjDeveloperr 7ead2c2ea6 Fix lint 2020-11-07 08:02:14 +05:30
yky4589 9e3cd603d9 File Name Change and Extra Edit 2020-11-04 21:38:00 +09:00
AkiaCode c9be27ff44
Fix lint 2020-11-04 00:19:20 +09:00
DjDeveloperr 0fed83cb2d Fixed 173 Lint Errors 2020-11-03 14:51:29 +05:30
Helloyunho 2af8e15452
Merge branch 'main' into main 2020-11-03 01:31:10 +09:00
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
Helloyunho 00baa2759e Fix some lint errors and make more runtime errors(for now) 2020-11-02 15:58:23 +09:00
Helloyunho c3c9181133
Merge branch 'main' into main 2020-11-01 20:34:10 +09:00
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 e8347891d7 Caching fixes, new Managers, improvemnts 2020-10-31 18:30:33 +05:30
AkiaCode 60abf0b845
Change TypesFiles 2020-10-31 21:33:34 +09:00
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 251e4c482d autoInit, refresh in Base class 2020-10-25 03:11:27 +09:00
Helloyunho 9f9a8d6066 Clean Up Some Codes and Names
Co-Authored-By: Aki <71239005+AkiaCode@users.noreply.github.com>
2020-10-24 21:11:54 +09:00
Helloyunho 1e8475456a Caching, Fetching, and other things
- Make the gateway fetches guilds from Discord response
- Fetch guilds with only ID and client
- Make more types
- Fix lint errors

Co-Authored-By: Y <8479056+yky4589@users.noreply.github.com>
Co-Authored-By: khk4912 <30457148+khk4912@users.noreply.github.com>
Co-Authored-By: Aki <71239005+AkiaCode@users.noreply.github.com>
Co-Authored-By: Choi Minseo <minseo0388@outlook.com>
2020-10-24 01:11:00 +09:00
Helloyunho ca7d143ddc Finally got somewhat working 👍
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: Junseo Park <wonderlandpark@callisto.team>
Co-Authored-By: Y <8479056+yky4589@users.noreply.github.com>
2020-10-23 00:50:47 +09:00
Helloyunho 4b9123f5f6 Project start
Co-Authored-By: Lee Hyun <ink0416@naver.com>
Co-Authored-By: yky4589 <8479056+yky4589@users.noreply.github.com>
Co-Authored-By: Choi Minseo <minseo0388@outlook.com>
Co-Authored-By: Aki <akiacode@users.noreply.github.com>
2020-10-22 01:30:42 +09:00