Commit Graph

205 Commits

Author SHA1 Message Date
Skillz4Killz
cc8209198e fix: bump to v12rc3 2021-06-21 18:10:27 +00:00
ITOH
977e7e5ca6 change(startThread): make messageId a seperate argument 2021-06-19 19:08:45 +02:00
ITOH
43d933908f add: thread#guildId 2021-06-19 17:14:53 +02:00
Skillz4Killz
c79eafa68e Merge pull request #1047 from rigormorrtiss/update-deps
build: update dependencies to latest
2021-06-19 10:37:15 -04:00
Skillz4Killz
15801c214b fix: thread.channelId -> thread.parentId 2021-06-19 14:34:52 +00:00
Skillz4Killz
e12c36dbad fix: type errors 2021-06-19 14:04:49 +00:00
Skillz4Killz
d2204a0f99 fix: missing imports 2021-06-19 13:36:20 +00:00
Skillz4Killz
cf26adf0bc Merge branch 'main' into more-thread-stuff 2021-06-18 10:37:23 -04:00
Skillz4Killz
08ad0000d5 fix: final touches 2021-06-18 00:07:01 +00:00
Skillz4Killz
a7d11bf7bb feat: finalizing threads 2021-06-18 00:02:54 +00:00
Skillz4Killz
c63d5b9aeb Merge branch 'more-thread-stuff' of https://github.com/discordeno/discordeno into more-thread-stuff 2021-06-17 21:55:51 +00:00
Skillz4Killz
88e52c6170 fix: more bugs bugs bugs 2021-06-17 20:08:30 +00:00
Skillz4Killz
2da3037fdb change: prettier code 2021-06-17 16:53:47 +00:00
Skillz4Killz
a584b81b12 threads have owners duh 2021-06-17 16:53:12 +00:00
Skillz4Killz
48ff881742 fix: refactor to DDThreads 2021-06-17 16:13:06 +00:00
rigormorrtiss
ddf5d9f490 add(helpers): connectToVoiceChannel() (#1048)
* feat(helpers): add joinVoiceChannel() helper

* Remove if-statement validating if channelId is present or not

* refactor(helpers): use snakelize()

* Rename to connectToVoiceChannel()

Co-authored-by: ITOH <to@itoh.at>

* Require VIEW_CHANNEL permission including CONNECT

Co-authored-by: ITOH <to@itoh.at>

* Change default value of third argument to {}

* Remove usage of Partial and mark options as optional

* Default selfDeaf to true by default

* .

* Add connectToVoiceChannel() to helpers module

* docs(helpers): add jsdoc block to connectToVoiceChannel()

* Use AtLeastOne type for options

* Default value for selfMute option

* Update src/helpers/voice/connect_to_voice_channel.ts

Co-authored-by: ITOH <to@itoh.at>

Co-authored-by: ITOH <to@itoh.at>
2021-06-16 21:02:21 +02:00
rigormorrtiss
7cfc5def85 build: update dependencies to latest 2021-06-16 17:51:05 +04:00
Skillz4Killz
04cdda3ba7 more handler fixes for threads 2021-06-13 21:00:10 +00:00
Skillz4Killz
950482c503 more thread fixes 2021-06-13 20:45:47 +00:00
ITOH
b018313298 change: bump minor version 2021-06-13 21:51:41 +02:00
Skillz4Killz
69d5639764 change: prettier code 2021-06-13 13:34:53 +00:00
Skillz4Killz
f2177e8ca6 cache.threads 2021-06-13 13:34:18 +00:00
ITOH
aef94af9b3 change: bump minor version 2021-06-10 22:54:56 +02:00
ITOH
48f375e92b change: bump patch version 2021-06-09 19:16:00 +02:00
ITOH
a7ee22a155 fix: dispatch guild#memberCount 2021-06-09 19:01:42 +02:00
ITOH
c8a772f8d2 fix: subcomponent#style should be checked 2021-06-09 18:47:22 +02:00
ITOH
20373e462f change: bump version 2021-06-08 22:18:39 +02:00
ITOH
b7ad981e37 Merge branch 'prettier' of https://github.com/discordeno/discordeno into prettier 2021-06-07 17:07:18 +02:00
ITOH
5e59dbb00d change: bump minor version 2021-06-07 17:06:54 +02:00
itohatweb
7ad2622545 change: prettier code 2021-06-07 15:06:51 +00:00
ITOH
5b37babb0a run prettier 2021-06-07 17:06:12 +02:00
ITOH
c5a4d5dd3a Bump the version
Next time specific todo
2021-06-07 07:58:48 +02:00
Skillz4Killz
e916a6bb40 fix error 2021-06-06 02:34:51 +00:00
Skillz4Killz
8f77715a64 rc 9 2021-06-06 02:33:49 +00:00
Skillz4Killz
41bf0a4fb8 remove console logs and opt to use debug event 2021-06-06 02:33:29 +00:00
Skillz4Killz
aefabd1286 rc bump 2021-06-05 14:36:30 +00:00
Skillz4Killz
80f4f1c50e tiny fix 2021-06-04 22:42:57 +00:00
ITOH
7be4c00c8a change: update version 2021-05-29 22:24:50 +02:00
ITOH
e2035709f1 Merge pull request #1000 from discordeno/implement-sweeper
add: sweepers
2021-05-29 21:15:08 +02:00
Skillz
c73b3a55e6 more edge cases 2021-05-28 10:59:49 -04:00
Skillz
1e61943e73 more fixes for limits 2021-05-28 09:20:30 -04:00
Skillz
a293cd27d3 shtuff 2021-05-27 23:45:12 -04:00
ITOH
cccde10fd2 Update collection.ts 2021-05-27 18:04:05 +02:00
ITOH
7f280bd17b add: guild dispatch 2021-05-27 17:17:09 +02:00
rigormorrtiss
c1459d4e12 add: getDiscovery() & change: rename endpoint constant DISCOVERY_MODIFY to DISCOVERY_METADATA (#975)
* feat(helpers/discovery): add getDiscovery() helper

* change: prettier code

* fix: resolve promise and add first argument

* Use DISCOVERY_METADATA endpoint instead

* again, magical commits due to prettier workflow to the origin branch

* change: prettier code

* change: prettier code

* Add permission inhibitors

* Use requireBotGuildPermissions()

* remove skillz bunlder code

Co-authored-by: ITOH <to@itoh.at>
2021-05-26 20:23:41 +02:00
ITOH
bd28d90aec change: update to latest rc 2021-05-26 20:15:34 +02:00
ITOH
59d35230b1 change to newest tag version 2021-05-23 21:15:00 +02:00
ITOH
4b3d2d9759 remove unnecessary gotten BigInt conversion 2021-05-23 20:31:14 +02:00
ITOH
d737f2ac41 idk why ts so strange 2021-05-23 20:28:06 +02:00
ITOH
db2fd9929d change: update version before tag 2021-05-23 17:32:03 +02:00