yky4589
|
06b20ddcdd
|
File Name Change 6
|
2020-11-05 12:40:06 +09:00 |
|
Y
|
792b7b051e
|
Merge pull request #22 from yky4589/main
File Name Change 5
|
2020-11-05 12:38:13 +09:00 |
|
yky4589
|
b1b0255eab
|
File Name Change 5
|
2020-11-05 12:37:14 +09:00 |
|
yky4589
|
de69ad11c3
|
File Name Change 5
|
2020-11-05 12:36:55 +09:00 |
|
DjDeveloper
|
eab1859e24
|
Rename guildnewsChannel.ts to guildNewsChannel.ts
|
2020-11-05 08:59:21 +05:30 |
|
DjDeveloper
|
b1916e1c8b
|
Rename voicestate.ts to voiceState.ts
|
2020-11-05 08:58:55 +05:30 |
|
DjDeveloper
|
84d0a7b42b
|
Rename MessageMentions.ts to messageMentions.ts
|
2020-11-05 08:56:20 +05:30 |
|
DjDeveloperr
|
8517e71811
|
Fix gatewayCache
|
2020-11-05 08:52:14 +05:30 |
|
Y
|
973794cbc5
|
Merge pull request #21 from yky4589/main
File Name Change
|
2020-11-05 12:04:19 +09:00 |
|
yky4589
|
3391f4820b
|
File Name Change 4
|
2020-11-05 12:02:33 +09:00 |
|
yky4589
|
fe1d333430
|
File Name Change 4
|
2020-11-05 12:02:15 +09:00 |
|
Aki
|
1eedb69483
|
Merge pull request #20 from yky4589/main
as any Remove and File Name change
|
2020-11-04 23:26:24 +09:00 |
|
yky4589
|
6228bbd3ce
|
File Name Change #3
|
2020-11-04 21:43:32 +09:00 |
|
yky4589
|
7e9986bb5f
|
File Name Change #2
|
2020-11-04 21:39:44 +09:00 |
|
yky4589
|
0f75c69a46
|
mod.ts edit
|
2020-11-04 21:38:52 +09:00 |
|
yky4589
|
9e3cd603d9
|
File Name Change and Extra Edit
|
2020-11-04 21:38:00 +09:00 |
|
Helloyunho
|
536f070366
|
Merge pull request #19 from DjDeveloperr/main
feature: Roles & Members Caching and Child Managers
|
2020-11-04 21:22:02 +09:00 |
|
DjDeveloper
|
a40ce553ed
|
Merge pull request #1 from AkiaCode/main
Fix lint & Added reconnect handler
|
2020-11-04 08:57:10 +05:30 |
|
AkiaCode
|
c4fb67c07e
|
Fix lint & Added reconnect handler
|
2020-11-04 08:00:03 +09:00 |
|
AkiaCode
|
c9be27ff44
|
Fix lint
|
2020-11-04 00:19:20 +09:00 |
|
DjDeveloperr
|
30d0e8a571
|
More lint error fixes (completed hopefully)
|
2020-11-03 14:58:40 +05:30 |
|
DjDeveloperr
|
686d6ed1fe
|
Fix mod.ts
|
2020-11-03 14:53:06 +05:30 |
|
DjDeveloperr
|
0fed83cb2d
|
Fixed 173 Lint Errors
|
2020-11-03 14:51:29 +05:30 |
|
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 |
|
Helloyunho
|
2af8e15452
|
Merge branch 'main' into main
|
2020-11-03 01:31:10 +09:00 |
|
Helloyunho
|
a91ac6e3ff
|
Update readme and add contributing.md
|
2020-11-03 01:09:12 +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 |
|
DjDeveloperr
|
04056a7f9c
|
Added Presence
|
2020-11-02 12:57:14 +05:30 |
|
Helloyunho
|
00baa2759e
|
Fix some lint errors and make more runtime errors(for now)
|
2020-11-02 15:58:23 +09:00 |
|
DjDeveloperr
|
99630d74cf
|
Some fixes. Working on Child Managers (not added, will continue tomorrow)
|
2020-11-01 19:12:00 +05:30 |
|
Helloyunho
|
98b202fb30
|
Merge pull request #18 from DjDeveloperr/main
feature: Cache Adapters and REST Manager
|
2020-11-01 21:08:56 +09:00 |
|
DjDeveloperr
|
79a06f43d7
|
Some fixes, and fire Ready on Resume
|
2020-11-01 17:35:22 +05:30 |
|
DjDeveloperr
|
003fadc15a
|
Merge branch 'main' of https://github.com/DjDeveloperr/discord.deno into main
|
2020-11-01 17:31:15 +05:30 |
|
DjDeveloperr
|
68c3fffd03
|
Change Channel to TextChannel in messageCreate
|
2020-11-01 17:22:16 +05:30 |
|
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 |
|
Helloyunho
|
f434d995b7
|
Merge pull request #17 from AkiaCode/main
Change TypesFiles
|
2020-10-31 21:46:03 +09:00 |
|
AkiaCode
|
60abf0b845
|
Change TypesFiles
|
2020-10-31 21:33:34 +09:00 |
|
DjDeveloperr
|
935456906d
|
RESTManager, CacheAdapters, and improvements
|
2020-10-31 17:15:33 +05:30 |
|
AkiaCode
|
6ab2b8475d
|
Delete .DS_Store
because I use windows
|
2020-10-31 20:04:39 +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
|
97b5c82023
|
Merge branch 'main' of https://github.com/discord-deno/discord.deno into main
|
2020-10-25 17:26:19 +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 |
|
Helloyunho
|
8f12196370
|
Merge pull request #15 from yky4589/main
Editting Base and User class, Embed etc
|
2020-10-25 17:06:58 +09:00 |
|