Commit Graph

1675 Commits

Author SHA1 Message Date
Skillz4Killz
28628724d6 fix: remove extra console log 2021-04-08 16:29:54 +00:00
Skillz4Killz
170a59f10a fix: support intents in ws 2021-04-08 16:29:06 +00:00
Skillz4Killz
ffb516bdd5 Merge pull request #775 from TriForMine/patch-6
fix(types): fixing export paths
2021-04-08 10:40:50 -04:00
Skillz4Killz
00bc41b723 Merge pull request #774 from discordeno/fix-rest-issues
Fix rest issues
2021-04-08 10:37:26 -04:00
Skillz4Killz
2babaf5991 deno fmt 2021-04-08 14:35:33 +00:00
Skillz4Killz
d016fc3764 some ws fixes 2021-04-08 14:34:37 +00:00
TriForMine
90f29f42a3 fix(types): fixing export paths
Fix export since create_message was moved from ./channels to ./messages and integrations was moved to it's own folder
2021-04-08 16:28:52 +02:00
Skillz4Killz
3a180219d6 Merge branch 'main' of https://github.com/discordeno/discordeno into fix-rest-issues 2021-04-08 14:14:49 +00:00
Skillz4Killz
3576d98510 fix: rest errors preventing startup 2021-04-08 14:14:30 +00:00
Skillz4Killz
e33de2793c Merge pull request #772 from itohatweb/rest-hmm
feat(rest/run_method): option for explicit return type
2021-04-08 09:52:51 -04:00
Skillz4Killz
7400d6985f Merge pull request #771 from itohatweb/fix-idk
fix: missing type imports
2021-04-08 09:52:41 -04:00
Skillz4Killz
c4286dbfb1 Merge pull request #769 from itohatweb/fix-types
types: add missing types
2021-04-08 09:52:31 -04:00
Skillz4Killz
1fdf377daf Merge pull request #753 from itohatweb/perm-check-only-if-cached
fix(util/permissions): only check for permission if channel is cached
2021-04-08 09:52:23 -04:00
ITOH
f31416c432 Update run_method.ts 2021-04-07 10:49:45 +02:00
ITOH
12cd0f7430 Update src/rest/run_method.ts
Co-authored-by: ayntee <ayyantee@gmail.com>
2021-04-07 10:46:14 +02:00
ITOH
e21581a6b9 Update src/rest/run_method.ts
Co-authored-by: ayntee <ayyantee@gmail.com>
2021-04-07 10:46:02 +02:00
ITOH
728570a210 Update src/rest/run_method.ts
Co-authored-by: ayntee <ayyantee@gmail.com>
2021-04-07 10:45:57 +02:00
ITOH
4b1597b2a7 Update src/rest/run_method.ts
Co-authored-by: ayntee <ayyantee@gmail.com>
2021-04-07 10:45:49 +02:00
ITOH
5cbff10e9e add return Type 2021-04-07 10:34:08 +02:00
ITOH
70ae220f14 Update get_widget_settings.ts 2021-04-07 10:28:52 +02:00
ITOH
313e7d2d35 fir more things 2021-04-07 10:27:44 +02:00
ITOH
e9d86ba253 Merge branch 'fix-structures' into fix-types 2021-04-07 09:42:16 +02:00
ITOH
0caf594bc4 rev 2021-04-07 09:41:16 +02:00
ITOH
941ebd3beb Merge branch 'fix-handlers-channels' into fix-helpers 2021-04-07 09:39:24 +02:00
ITOH
500b22167b Merge branch 'fix-handlers-invites' into fix-helpers 2021-04-07 09:39:16 +02:00
ITOH
cb3db8efc8 Merge branch 'fix-handlers-integration' into fix-helpers 2021-04-07 09:39:10 +02:00
ITOH
1b6a95521b Merge branch 'fix-handlers-guilds' into fix-helpers 2021-04-07 09:39:01 +02:00
ITOH
46f1f7bd86 Merge branch 'f-me-dumb' into fix-helpers 2021-04-07 09:38:48 +02:00
ITOH
55555fff76 chore(cache): use new types (#762) 2021-04-07 09:06:32 +04:00
ITOH
96d26605ca f 2021-04-06 22:25:26 +02:00
ITOH
76e60deb2b f 2021-04-06 22:20:23 +02:00
ITOH
89a6e043fe f 2021-04-06 22:08:19 +02:00
ITOH
707b096360 f 2021-04-06 22:07:15 +02:00
ITOH
ad1bb64784 f 2021-04-06 21:46:11 +02:00
ITOH
59633b8ed6 f 2021-04-06 21:40:03 +02:00
ITOH
45877f9609 f 2021-04-06 21:38:35 +02:00
ITOH
28a6bca7e4 f 2021-04-06 21:37:32 +02:00
ITOH
484e995140 fix(structures/channel): add ChannelStruct (#738)
* fix it

* Update channel.ts
2021-04-06 12:23:18 +04:00
ITOH
55a1c04774 fix(structures/member): use new types & add MemberStruct interface (#739)
* Update member.ts

* Update member.ts

* Update member.ts

* better type

* cast

* this better

* add comment
2021-04-06 12:22:19 +04:00
ITOH
3ca46f747b fix(structures/role): use new types & add MemberStruct interface (#758)
* Update role.ts

* remove mod thing
2021-04-06 12:21:27 +04:00
ITOH
19ed464fa4 refactor(types): move CreateMessage to messages submodule (#757) 2021-04-05 08:21:49 -07:00
Skillz4Killz
47ed6f5652 fix: remove basicShards and allowNextShard (#755) 2021-04-05 09:37:25 +04:00
ITOH
2e397325f5 fix: ID > Id (#754)
* Update bot.ts

* id id
2021-04-04 21:51:01 +04:00
ITOH
286aea4631 Merge remote-tracking branch 'upstream/main' into perm-check-only-if-cached 2021-04-04 18:44:38 +02:00
ITOH
2bd0841bb2 that 2021-04-04 17:19:48 +02:00
ITOH
a455b753d7 rere 2021-04-04 17:18:04 +02:00
Skillz4Killz
57540567a5 chore: removes random util (#752) 2021-04-04 18:59:22 +04:00
Skillz4Killz
df0f362ba6 Merge pull request #525 from discordeno/proxy-ws
feat(ws): support for proxy websocket
2021-04-04 10:51:11 -04:00
Skillz4Killz
1b8161e85b refactor: cleanup and fmt 2021-04-04 12:54:33 +00:00
Skillz4Killz
535f27c734 refactor: merge both shard systems 2021-04-04 12:47:02 +00:00