itohatweb
|
179add27c9
|
Prettified Code!
|
2021-05-21 15:55:49 +00:00 |
|
ITOH
|
7c337d0765
|
Merge branch 'main' into prettier-workflow
|
2021-05-21 17:54:26 +02:00 |
|
itohatweb
|
3549cdeb63
|
Prettified Code!
|
2021-05-21 15:51:33 +00:00 |
|
ITOH
|
c80176c7fb
|
remove: unused import
|
2021-05-21 16:47:48 +02:00 |
|
ITOH
|
e738d8a85a
|
fix: createChannel parentId is now a bigint
|
2021-05-21 16:43:56 +02:00 |
|
rigormorrtiss
|
dd8c51f3d2
|
change: import types from specific files (#953)
* fix: import types from specific files
* Use import syntax for enums
|
2021-05-18 18:31:49 +02:00 |
|
rigormorrtiss
|
a0bd415cbe
|
style: fix lint warnings (#935)
|
2021-05-13 10:37:31 +04:00 |
|
ITOH
|
d600f250b7
|
fix: startThread await runMethod
|
2021-05-12 18:19:51 +02:00 |
|
ITOH
|
1bdd3f752f
|
remove: debug console.log
|
2021-05-12 18:19:41 +02:00 |
|
ITOH
|
bb6c90afe9
|
fix: use helpers.createChannel instead of createChannel
|
2021-05-12 18:19:33 +02:00 |
|
ITOH
|
195a0d5e16
|
make it a bit easier to read
|
2021-05-12 18:19:09 +02:00 |
|
ITOH
|
5ca8e22cd3
|
fix: await cacheHandlers.filter
|
2021-05-12 18:18:59 +02:00 |
|
rigormorrtiss
|
275d17c6fe
|
add: stage instances (#924)
* feat: implement stage instances
Reference: https://github.com/discord/discord-api-docs/pull/2898
* feat: implement stage instances
* Update src/types/misc/stage_instance.ts
Co-authored-by: ITOH <to@itoh.at>
* Update src/helpers/misc/delete_stage_instance.ts
Co-authored-by: ITOH <to@itoh.at>
* Update src/types/misc/stage_instance.ts
Co-authored-by: ITOH <to@itoh.at>
* Move stage instances related modules to channels module
* Move to channels
* Move to channels
* Add permission checks
* Add permissions checl
* Ad inhibitors
* style: fix lint warnings
* Do not throw & add import type
Co-authored-by: ITOH <to@itoh.at>
|
2021-05-12 14:57:45 +01:00 |
|
ITOH
|
bf234c7744
|
Update clone_channel.ts
|
2021-05-12 11:56:07 +02:00 |
|
itohatweb
|
60428872cd
|
Commit from GitHub Actions (Lint)
|
2021-05-12 07:03:31 +00:00 |
|
ITOH
|
d629cc60df
|
Update edit_channel.ts
|
2021-05-07 22:22:36 +02:00 |
|
ITOH
|
fa8433da2c
|
Merge branch 'fix-editchannel' of https://github.com/discordeno/discordeno into fix-editchannel
|
2021-05-07 17:27:41 +02:00 |
|
ITOH
|
954ef9ec38
|
some fixes
|
2021-05-07 17:27:35 +02:00 |
|
itohatweb
|
6e93dde344
|
Commit from GitHub Actions (Lint)
|
2021-05-07 14:52:41 +00:00 |
|
ITOH
|
0d50f7f842
|
Update edit_channel.ts
|
2021-05-07 16:52:16 +02:00 |
|
ITOH
|
1623e9e118
|
Merge branch 'main' of https://github.com/discordeno/discordeno into main
|
2021-05-05 20:20:45 +02:00 |
|
ITOH
|
781537bd17
|
change this
|
2021-05-05 20:19:19 +02:00 |
|
ITOH
|
7ff0d242ff
|
hopefully the last dir change
|
2021-05-05 20:06:32 +02:00 |
|
rigormorrtiss
|
6f280e7781
|
change(types): move error & file_content to discordeno/ (#903)
* refactor(types): move errors, file_content module to types/discordeno
* refactor(types): move error & file_content module to discordeno/
* Update and fix import statements
|
2021-05-05 17:19:28 +01:00 |
|
ITOH
|
aefd5c75f5
|
fix changes
|
2021-05-04 21:05:43 +02:00 |
|
ITOH
|
c60422a23f
|
Merge branch 'main' into threads
|
2021-05-04 17:45:38 +02:00 |
|
ITOH
|
e942aea490
|
add threadd types
|
2021-05-04 17:42:31 +02:00 |
|
ITOH
|
19cbad63a2
|
this is the biggest pain ever
|
2021-05-04 12:38:54 +02:00 |
|
ITOH
|
9c3c8c58ac
|
forgot that one
|
2021-05-03 21:55:08 +02:00 |
|
ITOH
|
304e3a26ac
|
NOT TESTED BECAUSE DISCORD NOT WORKING
|
2021-05-03 21:47:03 +02:00 |
|
ITOH
|
c0a2c520a5
|
fix: bigint now
|
2021-05-03 21:21:51 +02:00 |
|
ITOH
|
f91bf2871f
|
Merge branch 'main' into threads
|
2021-05-03 20:50:53 +02:00 |
|
Skillz4Killz
|
3d39b3878a
|
change: ids to use bigint instead of string (#892)
* p1 of bigints change
* shtuff fixes and bits
* Commit from GitHub Actions (Lint)
* finish bigint structs
* typings fixes
* Commit from GitHub Actions (Lint)
* more fixes
* Commit from GitHub Actions (Lint)
* more fixes
* Commit from GitHub Actions (Lint)
* blame wolf
* Commit from GitHub Actions (Lint)
* foxed
* Commit from GitHub Actions (Lint)
* fix unit tests
* Commit from GitHub Actions (Lint)
* change: guildUpdate guild ID can't change
* delete server has been renamed to delete guild
* fixes
Co-authored-by: Skillz4Killz <Skillz4Killz@users.noreply.github.com>
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
|
2021-05-03 18:05:18 +01:00 |
|
ITOH
|
2396ba2ce4
|
deno lint stupid
|
2021-05-02 21:30:26 +02:00 |
|
ITOH
|
f0ea01b502
|
add: getArchivedThreads
|
2021-05-02 18:20:57 +02:00 |
|
ITOH
|
28e407ca03
|
add: getThreadMembers
|
2021-05-02 17:17:17 +02:00 |
|
ITOH
|
8c23b88dc5
|
add: removeFromThread
|
2021-05-02 17:17:11 +02:00 |
|
ITOH
|
4faeab8bac
|
add: startThread
|
2021-05-02 16:35:26 +02:00 |
|
ITOH
|
02b9d7188f
|
Update edit_channel.ts
|
2021-05-02 16:35:11 +02:00 |
|
ITOH
|
64606025ec
|
add: delete thread functionality
|
2021-05-02 13:37:07 +02:00 |
|
ITOH
|
6f7ade244a
|
add: thread channel support
|
2021-05-02 12:34:47 +02:00 |
|
ITOH
|
d60ccae805
|
fix(types): channel.permissionOverwrites can be undefined
|
2021-05-01 23:35:43 +02:00 |
|
ITOH
|
51095db12f
|
fix my renaming thing
|
2021-05-01 18:39:20 +02:00 |
|
ITOH
|
cff1b61af5
|
fix channel permission thing
|
2021-05-01 18:35:19 +02:00 |
|
ITOH
|
a7de104b9a
|
calculatePermissions should take a string
|
2021-04-30 15:13:58 +02:00 |
|
ITOH
|
e9a46f03cc
|
Update swap_channels.ts
|
2021-04-23 23:27:43 +02:00 |
|
ITOH
|
281416de36
|
Update start_typing.ts
|
2021-04-23 23:27:41 +02:00 |
|
ITOH
|
3812025506
|
Update get_pins.ts
|
2021-04-23 23:27:39 +02:00 |
|
ITOH
|
7f84762176
|
Update get_channels.ts
|
2021-04-23 23:27:37 +02:00 |
|
ITOH
|
ecc0418271
|
Update get_channel_webhooks.ts
|
2021-04-23 23:27:35 +02:00 |
|