Commit Graph

3684 Commits

Author SHA1 Message Date
Skillz4Killz c1ef79ccbd change: prettier code 2021-07-22 18:25:59 +00:00
Skillz4Killz beceebbf09 fix: add new types to mod.ts 2021-07-22 18:25:20 +00:00
Skillz4Killz 28178d04ad feat: add context menu commands 2021-07-22 14:39:37 +00:00
ITOH 1214040d19 fix(handlers): dispatched guilds shall not emit guild create on shard resume 2021-07-21 15:53:18 +02:00
ITOH 9de3bc419a add(types): PingInteraction type to Interaction 2021-07-20 22:45:16 +02:00
ITOH 2b81ce79d8 chore(util): bump DISCORDENO_VERSION patch 12.0.1 2021-07-10 16:57:47 +02:00
ITOH 1ce98c95da Merge pull request #1079 from SkyBlockDev/main
fix: iconBigintToHash hashes which start with 0
2021-07-10 15:53:48 +01:00
SkyBlockDev 96864a31cc fix: iconBigintToHash hashes which start with 0 2021-07-10 16:52:30 +02:00
tricked 30e486ee17 add: Natico Framework to README (#1078)
* Add natico to the readme

* Replace deno.land link with github.com
2021-07-10 16:25:00 +04:00
rigormorrtiss ac6f42598f add(structures): cache.requiredStructureProperties.members guilds prop to type (#1077) 2021-07-09 22:01:20 +01:00
ITOH 37d63133dc Merge pull request #1057 from discordeno/v12
v12.0.0
12.0.0
2021-07-09 17:08:21 +01:00
ITOH cb15142cb9 Merge branch 'main' into v12 2021-07-09 17:08:15 +01:00
ITOH e40a5da125 bump version 12.0.0-rc.5 2021-07-09 17:36:23 +02:00
itohatweb a370a1968e change: prettier code 2021-07-09 14:58:11 +00:00
ITOH d113782452 Merge branch 'main' into v12 2021-07-09 15:57:41 +01:00
ITOH 0cacc82995 Merge pull request #1075 from discordeno/cace-stuff
Cace stuff
2021-07-09 15:57:08 +01:00
ITOH 307d07b1cf unused import 2021-07-09 16:41:21 +02:00
ITOH 05f74d4796 Update GUILD_ROLE_DELETE.ts 2021-07-09 16:38:49 +02:00
ITOH 0ef5f18a69 Update cache.ts 2021-07-08 20:00:48 +02:00
ITOH ea0673c259 change filter logic 2021-07-08 19:54:55 +02:00
ITOH 5f66c7950d change(cacheHandlers): forEach logic 2021-07-08 19:47:54 +02:00
Skillz4Killz cdd9e106b9 Merge pull request #1073 from discordeno/ayntee-patch-1
fix(util): remove guildId from Thread interface
2021-07-07 15:30:10 -04:00
ayntee 1a0683a648 fix(util): remove guildId from Thread interface 2021-07-07 17:48:31 +04:00
Skillz4Killz 22b9ba1f7c Merge pull request #1072 from aiotter/main
fix: typo in EditMessage.flags
2021-07-07 09:34:50 -04:00
Skillz4Killz 231c388468 Merge pull request #1069 from rigormorrtiss/feat-3193
feat(types): add 10068 code to DiscordJsonErrorCodes
2021-07-07 09:33:40 -04:00
aiotter eb05c53867 fix: typo in EditMessage.flags 2021-07-07 22:26:46 +09:00
rigormorrtiss 515074acf7 refactor(types): fix typo in DiscordJsonErrorCodes enum 2021-07-07 08:44:54 +04:00
ITOH 3845573b2c bump rc version 12.0.0-rc.4 2021-07-03 18:24:25 +02:00
Skillz4Killz 4510dc88c0 feat: requiredStructureProperties (#1068)
* example concept

* add to guilds also

* support members

* support message struct

* add role support

* add support for voice states
2021-07-02 19:24:27 +02:00
Yuto bb52ae5e15 docs(README): update outdated link (#1070) 2021-07-01 12:46:53 +04:00
ITOH 965540c567 change: make thread#guildId a getter (#1063) 2021-07-01 12:34:27 +04:00
rigormorrtiss ddcf25b41c Merge branch 'main' of https://github.com/discordeno/discordeno into feat-3193 2021-06-30 17:15:25 +04:00
rigormorrtiss fe2ea360ce feat(types/codes): add 20035 code to DiscordJsonErrorCodes (#1067) 2021-06-30 11:09:53 +04:00
rigormorrtiss d059ce7999 feat(types): add 10068 code to JsonErrorCodes 2021-06-30 10:31:49 +04:00
rigormorrtiss a0087edecb add: stickerItems field to Message (#1066) 2021-06-28 20:09:46 +01:00
ayntee 352c022a8e chore: add @ayntee to CODEOWNERS 2021-06-25 23:23:08 +04:00
Skillz4Killz c103eaeeb0 Merge pull request #1064 from discordeno/fix-channel-caching-not-working
fix(structures/guild): channels not being cached
2021-06-24 08:56:36 -04:00
ITOH 22832d41eb fix(structures/guild): channels not being cached 2021-06-23 21:52:13 +02:00
Skillz4Killz cc8209198e fix: bump to v12rc3 12.0.0-rc.3 2021-06-21 18:10:27 +00:00
Skillz4Killz edfafb0227 Merge pull request #1062 from nsylke/patch-2
feat: helper method to retrieve application info
2021-06-20 22:39:22 -04:00
Skillz4Killz 6c2c503311 Merge pull request #1061 from nsylke/patch-1
fix: make id and name required in ApplicationCommandInteractionData
2021-06-20 22:38:06 -04:00
Nicholas Sylke c44651a701 fix: export helper method in mod.ts 2021-06-20 19:21:07 -05:00
Nicholas Sylke e49e4ab36f feat: helper method to retrieve application info 2021-06-20 19:18:05 -05:00
Nicholas Sylke 8700f742f1 fix: make id and name required in ApplicationCommandInteractionData 2021-06-20 19:12:48 -05:00
Skillz4Killz 8e654b4cf4 Merge pull request #1058 from discordeno/startthread
change(startThread): make messageId a seperate argument
2021-06-20 10:48:18 -04:00
Skillz4Killz c28d4c6775 Merge pull request #1059 from discordeno/ban-member-optional-options
change(banMember): make options optional
2021-06-20 09:16:05 -04:00
itohatweb 086c3881f5 change: prettier code 2021-06-20 11:55:28 +00:00
ITOH 22a08d6f99 change(banMember): make options optional 2021-06-20 13:54:55 +02:00
ITOH 977e7e5ca6 change(startThread): make messageId a seperate argument 2021-06-19 19:08:45 +02:00
Skillz4Killz d75e0549d7 Merge pull request #1056 from discordeno/more-stuff
More stuff
2021-06-19 11:21:04 -04:00