Commit Graph

5354 Commits

Author SHA1 Message Date
ayntee
3f40aeb75f types: add user types (#700)
* types: add user types

* Add CreateGroupDM
2021-03-28 20:26:07 +04:00
ITOH
89e4b1eacd fix(util/utils): fix logic error in validateSlashOptions() (#699) 2021-03-28 20:22:42 +04:00
ITOH
a4de41cc7c feat(types/guilds): add Guild 2021-03-28 14:54:34 +02:00
ITOH
c6766131c2 Merge remote-tracking branch 'upstream/main' into main 2021-03-28 14:39:29 +02:00
ayntee
4eb59f8511 types(channels): add ModifyChannel and CreateMessage (#697) 2021-03-28 16:02:31 +04:00
ayntee
b86638759a types(audit_log): fix audit log types 2021-03-28 15:54:32 +04:00
ITOH
b4ce7f55b1 types(audit_log): fix AuditLog typos (#696) 2021-03-28 15:33:58 +04:00
ITOH
d5fb3f7d52 docs(README): master -> main (#694) 2021-03-28 15:21:33 +04:00
ayntee
402a279c59 types: segregate into separate files (#693)
* types: separate channel types into different files

* types: segregate into separate files
2021-03-28 14:48:46 +04:00
ayntee
3017ee604f types: separate channel types into different files (#692) 2021-03-28 14:30:02 +04:00
ayntee
e21e93ea78 types: add channel types (#691) 2021-03-28 14:10:33 +04:00
ITOH
9b49f958ee types: add audit log types (#690)
* feat(types/audit_log): AuditLogChange

* feat(types/audit_log): AuditLogChangeValue

* feat(types/audit_log): AuditLogEntry

* feat(types/audit_log): AuditLogEvent

* feat(types/audit_log): AuditLogPayload

* feat(types/audit_log): GetGuildAuditLog

* feat(types/audit_log): OptionalAuditEntryInfo
2021-03-28 14:08:04 +04:00
ITOH
c2be5da373 types(util): recursive CamelCaseProps and SnakeCaseProps (#689)
* Update util.ts

* better names

* add the old one back
2021-03-28 13:46:06 +04:00
ayntee
fa2a0307fa types: remove EventHandlers and RateLimitData 2021-03-27 17:04:25 +04:00
ayntee
d2cb96ac86 types: add RateLimitData interface 2021-03-27 16:59:19 +04:00
ayntee
2806dc3d04 Merge branch 'main' of https://github.com/discordeno/discordeno 2021-03-27 13:02:05 +04:00
ayntee
72b07574f2 types: add gateway types 2021-03-27 12:37:11 +04:00
ayntee
dc497b74af docs(README): remove table of contents 2021-03-27 12:05:41 +04:00
ayntee
b1512e0334 types: add gateway events types 2021-03-27 12:03:55 +04:00
ayntee
68c0aa4877 types(gateway): make since nullable 2021-03-27 11:24:47 +04:00
ayntee
7a04f99fd3 types(gateway): make large_threshold optional 2021-03-27 11:19:52 +04:00
ayntee
431d180957 types: add gateway types (#687) 2021-03-26 20:09:24 +04:00
ayntee
b74f9af48f docs: boilerplate -> template 2021-03-25 14:47:39 +04:00
ayntee
acf0bd5753 style(docs/CONTRIBUTING): format file 2021-03-24 21:49:23 +04:00
ayntee
ebb1d5deb7 Merge branch 'main' of https://github.com/discordeno/discordeno 2021-03-24 21:07:37 +04:00
ayntee
447d96df26 docs(CONTRIBUTING): update types guide 2021-03-24 21:05:39 +04:00
ITOH
62023c62cc Merge remote-tracking branch 'upstream/main' into main 2021-03-23 16:18:59 +01:00
ITOH
c91c9d0870 types: remove entire types (#684) 2021-03-23 19:14:26 +04:00
ayntee
10cb9d7eb9 types(util): add case utility types (#683)
* types(util): add case utility types

* Rename *ID to *Id
2021-03-23 19:04:46 +04:00
ITOH
eaf5f39c24 Merge remote-tracking branch 'upstream/main' into main 2021-03-23 15:49:52 +01:00
ayntee
6ff4654686 refactor(util): remove chooseRandom() (#682) 2021-03-23 16:47:46 +04:00
ayntee
5aef37c776 test: segregate internal imports and deps 2021-03-23 16:39:54 +04:00
ITOH
5821092e78 fix(handleres/guilds): unavailable guilds & guildDelete emit delay (#674)
Co-authored-by: ayntee <ayyantee@gmail.com>
2021-03-23 14:45:57 +04:00
ayntee
c1a016ca9f fix(util/collection): .first(), .last(), .random() may return undefined (#680)
* fix(util/collection): .first() may return undefined

* fix(util/collection): .random(), .last() may return undefined
2021-03-23 14:31:29 +04:00
ayntee
519798d9cd docs(CONTRIBUTING): format file 2021-03-22 10:20:52 +04:00
ayntee
1ce2e56b68 docs(types): move guidelines to CONTRIBUTING.md 2021-03-22 10:18:53 +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
e1a9565045 test: use createChannel() 2021-03-19 15:54:34 +04:00
ayntee
9699f741fe refactor(helpers): rename createGuildChannel to createChannel (#678)
* refactor(helpers): rename createGuildChannel to createChannel

* idk
2021-03-19 13:03:24 +04:00
ayntee
489aa6d166 refactor(handlers): move presence/* to misc/* (#677) 2021-03-17 16:32:45 +04:00
ayntee
eba5679806 refactor(helpers): rename executeSlashCommand to sendInteractionResponse (#676) 2021-03-17 15:28:44 +04:00
ayntee
314bef2055 Merge branch 'main' of https://github.com/discordeno/discordeno 2021-03-16 22:38:54 +04:00
ayntee
4ae893aebd deps: update @evan/wasm to latest 2021-03-16 22:38:02 +04:00
ITOH
2d55decce5 refactor: use guildID and shardID as args in requestAllMembers() & fetchMembers() (#671)
* change args of requestAllMembers

* change args of fetchMembers

* fix getMembersByQuery

Co-authored-by: ayntee <ayyantee@gmail.com>
2021-03-15 19:19:18 +04:00
ayntee
e7bbaa4a2f test(utils): rename test cases 2021-03-15 16:00:43 +04:00
ayntee
3e0de857c6 fix: use disconnectMember 2021-03-15 15:43:50 +04:00
ayntee
e852dc315a fix: export aliases from mod.ts 2021-03-15 15:41:46 +04:00
ayntee
ab70187419 ci(test): change branch name 2021-03-15 15:35:35 +04:00
ayntee
69b79419ab ci: fix test workflow 2021-03-15 15:33:45 +04:00