-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix EPIPE afterWrite error in VoiceConnection #63
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
briantanner
changed the title
fix EPIPE writeAfter error in VoiceConnection
fix EPIPE afterWrite error in VoiceConnection
Aug 9, 2016
Rebased |
taahamahdi
pushed a commit
to Brainicism/eris
that referenced
this pull request
Aug 19, 2021
ErisPRUpdateBot
pushed a commit
to ErisPRUpdateBot/eris
that referenced
this pull request
Aug 29, 2021
* ComponentTypes constants * ComponentInteraction*Data types * use constants for type * space * More specific typings for `ApplicationCommandOptions` * forgot to change stuff when I copied * fixes and changes * even more messy types * correct choices types * lint * specific depth limits docs: https://discord.com/developers/docs/interactions/application-commands#subcommands-and-subcommand-groups * `ApplicationCommand#description` ternary * these have been resolved * lint * even more
conorwastakenwastaken
added a commit
to conorwastakenwastaken/eris
that referenced
this pull request
Oct 28, 2021
commit a98a4c5 Author: Catboi <[email protected]> Date: Mon Oct 18 10:56:42 2021 -0500 Separate file into its own argument on interaction things Warning: breaking changes :p also update UnknownInteraction acknowledged warning commit 6fe517a Author: Catboi <[email protected]> Date: Mon Oct 18 08:46:06 2021 -0500 Update index.d.ts Co-authored-by: Donovan Daniels <[email protected]> commit d377436 Author: Catboi <[email protected]> Date: Mon Oct 11 15:33:42 2021 -0500 Fix some js docs commit 2292ded Author: Catboi <[email protected]> Date: Fri Oct 8 10:24:29 2021 -0500 Change message.interaction Not sure if this is the best way to handle it but hopefully it is commit dc78a09 Merge: 9f1d485 7145134 Author: Catboi <[email protected]> Date: Fri Oct 8 09:58:36 2021 -0500 Merge branch 'dev' of https://github.com/abalabahaha/eris into interactions commit 9f1d485 Author: Catboi <[email protected]> Date: Sun Oct 3 01:00:41 2021 -0500 Oops forgot intents commit b21bc37 Author: Catboi <[email protected]> Date: Sun Oct 3 00:59:37 2021 -0500 Components example Because explaining it is meh, direct em here instead :3 commit 10c37a9 Author: Catboi <[email protected]> Date: Sun Oct 3 00:53:12 2021 -0500 Add ButtonStyles to Constants *glares at bsian* commit d7b21a4 Author: Catboi <[email protected]> Date: Sat Oct 2 11:10:38 2021 -0500 Update index.d.ts Co-authored-by: Reinhardt <[email protected]> commit 23bcc6e Author: Catboi <[email protected]> Date: Sat Oct 2 11:09:14 2021 -0500 Update index.d.ts Co-authored-by: Reinhardt <[email protected]> commit 13c268e Author: Catboi <[email protected]> Date: Tue Sep 28 22:03:33 2021 -0500 ComponentTypes Lint Co-authored-by: Avocado <[email protected]> commit 484a83b Author: Donovan Daniels <[email protected]> Date: Mon Sep 27 14:46:27 2021 -0500 a few fixes/improvements (abalabahaha#69) * start * remove this unknown garbage commit 5d635b7 Author: Catboy <[email protected]> Date: Thu Sep 23 14:24:51 2021 -0500 Fix js docs maybe commit 393dc1b Merge: 0059f83 daedb2b Author: Catboy <[email protected]> Date: Thu Sep 23 14:11:33 2021 -0500 Merge branch 'dev' of https://github.com/abalabahaha/eris into interactions commit 0059f83 Author: Catboy <[email protected]> Date: Thu Sep 23 14:07:09 2021 -0500 Autocomplete Interaction Support 🥳 Add support for interaction type APPLICATION_COMMAND_AUTOCOMPLETE (4) add unknown to ComponentInteraction data fix InteractionContent add acknowledge to UnknownInteraction (is just createInteractionResponse) commit dd92bca Author: Catboy <[email protected]> Date: Thu Sep 23 11:59:29 2021 -0500 change all acknowledges, make PingInteraction consistent commit 0de12ce Author: Catboy <[email protected]> Date: Thu Sep 23 11:23:48 2021 -0500 fix perms again xD Co-Authored-By: Lava <[email protected]> commit 15fb74d Author: Catboy <[email protected]> Date: Thu Sep 23 11:10:05 2021 -0500 Oops commit 7945ee8 Merge: 13b5249 5cc97a4 Author: Catboy <[email protected]> Date: Thu Sep 23 10:56:46 2021 -0500 Merge branch 'interactions' of https://github.com/Catboi8/eris into interactions commit 13b5249 Author: Catboy <[email protected]> Date: Thu Sep 23 10:54:34 2021 -0500 Add ts fixes, add channel_types to ApplicationCommandOptionsChannel Co-Authored-By: Lava <[email protected]> commit 5cc97a4 Author: Catboi <[email protected]> Date: Thu Sep 23 10:10:41 2021 -0500 Fix bulkEditCommandPermissions typings Co-authored-by: Lava <[email protected]> commit 4378029 Author: Catboy <[email protected]> Date: Sat Sep 18 12:43:26 2021 -0500 Fix editParent typings commit 9fcabf9 Author: Catboy <[email protected]> Date: Thu Sep 16 14:26:22 2021 -0500 Added ephemeral to Attachment ts commit acc1d19 Author: Catboy <[email protected]> Date: Thu Sep 16 13:44:00 2021 -0500 Fix Error: Only iterables may be used in a SetType (JustCat80#68) Fix allowed_mentions in interaction responses Co-Authored-By: Gwee&Kwee <[email protected]> commit 11ef7ea Author: Donovan Daniels <[email protected]> Date: Wed Sep 1 11:26:35 2021 -0500 More Fixes (abalabahaha#64) * I suck * same thing here commit 6b69700 Author: Catboy <[email protected]> Date: Tue Aug 31 23:01:05 2021 -0500 Can send files on initial interaction response, add .then update to UnknownInteraction methods Question life because why is executeWebhook file different from createMessage file wtf commit 04f3753 Author: Catboy <[email protected]> Date: Tue Aug 31 12:18:03 2021 -0500 data.interaction.guild_id => data.guild_id in Message commit 0540edb Author: Catboy <[email protected]> Date: Mon Aug 30 10:35:21 2021 -0500 export Interaction commit 7e19c81 Author: Catboy <[email protected]> Date: Mon Aug 30 10:34:23 2021 -0500 Undo last commit commit f303ae3 Author: Catboy <[email protected]> Date: Sun Aug 29 15:19:15 2021 -0500 remove UnknownInteraction commit 4ea749b Author: Catboy <[email protected]> Date: Sun Aug 29 14:50:44 2021 -0500 ts hotfix commit 1627d78 Author: Donovan Daniels <[email protected]> Date: Sun Aug 29 12:19:45 2021 -0700 Even More Detailed Interaction Types (abalabahaha#63) * ComponentTypes constants * ComponentInteraction*Data types * use constants for type * space * More specific typings for `ApplicationCommandOptions` * forgot to change stuff when I copied * fixes and changes * even more messy types * correct choices types * lint * specific depth limits docs: https://discord.com/developers/docs/interactions/application-commands#subcommands-and-subcommand-groups * `ApplicationCommand#description` ternary * these have been resolved * lint * even more commit 0683a9c Author: Catboy <[email protected]> Date: Sat Aug 28 21:24:23 2021 -0500 Add ComponentTypes to constants because bsian didn't :) Co-Authored-By: Donovan Daniels <[email protected]> commit ce68e1e Author: Catboy <[email protected]> Date: Wed Aug 25 15:09:11 2021 -0500 Add Interaction classes to esm.mjs commit cbbbe04 Author: Catboi <[email protected]> Date: Wed Aug 25 15:02:40 2021 -0500 Add components to webhook content in ts Co-authored-by: Donovan Daniels <[email protected]> commit a7a5473 Author: Catboy <[email protected]> Date: Mon Aug 23 23:20:57 2021 -0500 Convert to interfaces commit d733b86 Merge: 0e68d16 01e0256 Author: Catboi <[email protected]> Date: Mon Aug 23 22:29:44 2021 -0500 Merge pull request abalabahaha#61 from DonovanDMC/option-types make InteractionDataOptions strictly defined commit 01e0256 Author: Donovan Daniels <[email protected]> Date: Mon Aug 23 19:12:39 2021 -0800 add stuff to unions commit 47c2bc8 Author: Donovan Daniels <[email protected]> Date: Mon Aug 23 19:09:00 2021 -0800 first attempt commit 0e68d16 Author: Catboy <[email protected]> Date: Mon Aug 23 16:48:42 2021 -0500 Change options.value to string | number | boolean for now Co-Authored-By: coolcalcacol <[email protected]> commit 0160823 Author: Catboy <[email protected]> Date: Mon Aug 23 00:18:03 2021 -0500 Cache CommandInteraction.resolved users and members, cache interaction.member and interaction.user commit bd11bd9 Author: Catboy <[email protected]> Date: Mon Aug 23 00:14:40 2021 -0500 Update UnknownInteraction.message commit 857f38b Author: Catboy <[email protected]> Date: Sun Aug 22 09:23:10 2021 -0500 use info.guild_id when defining members commit 5c20d05 Merge: e98706d 53da0d5 Author: Catboy <[email protected]> Date: Sat Aug 21 19:09:19 2021 -0500 Merge branch 'dev' into interactions commit e98706d Author: Catboy <[email protected]> Date: Fri Aug 20 18:36:36 2021 -0500 fix up message.interaction, make message use this._client so its consistent commit 66c85cf Author: Catboy <[email protected]> Date: Fri Aug 20 18:34:28 2021 -0500 interaction.channelID is now interaction.channel, similar to message commit f4474bd Author: Catboy <[email protected]> Date: Fri Aug 20 18:28:23 2021 -0500 fix message TypeError (hotfix by GweeKwee) fix TypeError: Cannot read property 'members' of undefined at new Message Co-Authored-By: Gwee&Kwee <[email protected]> commit 04218b7 Author: Catboy <[email protected]> Date: Fri Aug 20 15:46:32 2021 -0500 Revert commit cbe1502 as these events are not sent to bots Revert "add APPLICATION_COMMAND events, will maybe add an ApplicationCommand class later" This reverts commit cbe1502. commit cbe1502 Author: Catboy <[email protected]> Date: Fri Aug 20 13:01:14 2021 -0500 add APPLICATION_COMMAND events, will maybe add an ApplicationCommand class later commit a274d08 Author: Catboy <[email protected]> Date: Thu Aug 19 11:54:58 2021 -0500 fixed docs to reflect that data.resolved are Collections commit c201294 Author: Catboy <[email protected]> Date: Thu Aug 19 11:48:50 2021 -0500 Fix PartialChannel and PartialRole having id set as number commit 814450e Author: Catboy <[email protected]> Date: Thu Aug 19 11:31:56 2021 -0500 interaction.data.resolved is now actually set instead of just passing the raw data commit e3a4337 Author: Catboy <[email protected]> Date: Thu Aug 19 10:05:17 2021 -0500 Add components to jsdocs commit a5058aa Merge: 24d5808 5246da9 Author: Catboy <[email protected]> Date: Thu Aug 19 10:01:00 2021 -0500 Merge branch 'dev' of https://github.com/abalabahaha/eris into interactions commit 24d5808 Author: Catboy <[email protected]> Date: Thu Aug 19 09:58:26 2021 -0500 remove unused things for now commit 822eca7 Author: Catboy <[email protected]> Date: Thu Aug 19 09:54:28 2021 -0500 remove data.resolved for now commit b235b41 Author: Catboy <[email protected]> Date: Thu Aug 19 03:26:30 2021 -0500 Oops, fix redefining things for no reason commit b008fcd Author: Catboy <[email protected]> Date: Thu Aug 19 03:23:51 2021 -0500 data => info in interaction classes, data.resolved fixed commit 53126ed Author: Catboy <[email protected]> Date: Wed Aug 18 17:47:46 2021 -0500 APPLICATION_COMMAND => CHAT_INPUT_COMMAND Add forgotten `case MessageTypes.CONTEXT_MENU_COMMAND` to Message.js commit bcb7d53 Author: Catboy <[email protected]> Date: Fri Aug 13 19:51:07 2021 -0500 CONTEXT_MENU_COMMAND message type commit 3171d82 Author: Catboy <[email protected]> Date: Fri Aug 13 16:48:50 2021 -0500 Fix ComponentInteraction#message docs, make most message methods check if the message is ephemeral before attempting the method commit b664099 Author: Catboy <[email protected]> Date: Fri Aug 13 16:21:16 2021 -0500 remove PossiblyEphemeralMessage from ts docs commit 98812e8 Author: Catboy <[email protected]> Date: Fri Aug 13 08:39:44 2021 -0500 Added docs for forgotten context menu data commit 629c4e5 Author: Catboy <[email protected]> Date: Fri Aug 13 08:10:16 2021 -0500 Update Constants Names to be consistent commit f60b1c0 Author: Catboy <[email protected]> Date: Thu Aug 12 14:43:40 2021 -0500 Oops added an underscore to BOT TOKEN commit e5b9012 Author: Catboy <[email protected]> Date: Thu Aug 12 01:19:28 2021 -0500 Change applicationCommands example commit b8ead26 Author: Catboy <[email protected]> Date: Thu Aug 12 01:17:58 2021 -0500 Warn if no intents instead of allowing it to error, as Interactions dont need an intent Emit a warning and set to intents 0 if none are specified commit 5ba3648 Author: Catboy <[email protected]> Date: Thu Aug 12 01:15:12 2021 -0500 editOriginalMessage doesnt error with ephemeral messages i thought it did but maybe im dumb commit d0b0347 Author: Catboi <[email protected]> Date: Wed Aug 11 16:56:05 2021 -0500 Fix message context menu comment Co-authored-by: Loliticos <[email protected]> commit 8005cf0 Author: Catboy <[email protected]> Date: Wed Aug 11 16:01:32 2021 -0500 Application Commands Example commit 62f4ce9 Author: Catboy <[email protected]> Date: Wed Aug 11 13:53:56 2021 -0500 Removed InteractionFlags in favor of adding EPHEMERAL to MessageFlags, fixed some constants styling commit 59e3ad6 Merge: 4415d02 b9758e9 Author: Catboi <[email protected]> Date: Wed Aug 11 13:21:05 2021 -0500 Merge pull request abalabahaha#52 from TTtie/ephemeral-message-passthrough commit b9758e9 Author: TTtie <[email protected]> Date: Wed Aug 11 18:18:35 2021 +0000 use an explicit 64 for PossiblyEphemeralMessage.flags commit 32bfdb5 Author: TTtie <[email protected]> Date: Wed Aug 11 18:15:27 2021 +0000 use a bit mask instead of direct comparison commit 023cfc9 Author: TTtie <[email protected]> Date: Wed Aug 11 17:56:31 2021 +0000 use raw messages when interaction messages are ephemeral commit 4415d02 Author: Catboy <[email protected]> Date: Tue Aug 10 21:21:33 2021 -0500 Changed Constants COMMAND to CHAT_INPUT, changed name check commit b002581 Author: Catboy <[email protected]> Date: Tue Aug 10 17:43:30 2021 -0500 Docs changes, Constants changes Change mentions of Slash Command to Application Command unless directly referencing the Slash Command Application Command type commit 8f06e44 Author: Catboy <[email protected]> Date: Thu Aug 5 19:55:18 2021 -0500 Added file to createMessage docs because after the initial response you can send a file commit 199adda Author: Catboi <[email protected]> Date: Thu Aug 5 18:47:55 2021 -0500 Update lib/Client.js Co-authored-by: Donovan Daniels <[email protected]> commit fd0591c Author: Catboy <[email protected]> Date: Wed Aug 4 18:12:15 2021 -0500 Lint ts commit 19c27aa Merge: 8c4d8f5 865a8e8 Author: Catboi <[email protected]> Date: Wed Aug 4 18:09:49 2021 -0500 Push Acknowledged consept to main interactions branch Push Acknowledged consept to main interactions branch commit 865a8e8 Author: Catboy <[email protected]> Date: Tue Aug 3 19:40:12 2021 -0500 acknowledged docs commit 2c0dd16 Author: Catboy <[email protected]> Date: Tue Aug 3 15:52:37 2021 -0500 Added Interaction.acknowledged, update Interaction.acknowledged when using a function that a acknowledges the interaction commit 18acc95 Merge: 2b7a69f 8c4d8f5 Author: Catboi <[email protected]> Date: Tue Aug 3 15:50:55 2021 -0500 Merge pull request abalabahaha#46 from Catboi8/interactions Interactions updated commit 8c4d8f5 Author: Catboy <[email protected]> Date: Mon Aug 2 16:25:08 2021 -0500 Fix Guild#bulkEditCommands commit 1736286 Author: Catboi <[email protected]> Date: Mon Aug 2 03:02:09 2021 -0500 Change value back to string Co-authored-by: Donovan Daniels <[email protected]> commit 2b7a69f Author: Catboy <[email protected]> Date: Sun Aug 1 16:14:43 2021 -0500 Assign wait to all createFollowup methods commit ffcaaaa Author: Catboy <[email protected]> Date: Sun Aug 1 14:42:22 2021 -0500 Added more requested changes now use Record componentType is now component_type choices is an array commit 019df74 Author: Catboy <[email protected]> Date: Sun Aug 1 14:11:23 2021 -0500 Added requested changes now use keyof added classes to exports changed interaction type to number Co-Authored-By: Donovan Daniels <[email protected]> commit 9995144 Author: Catboy <[email protected]> Date: Sat Jul 31 13:46:12 2021 -0500 Forgot Linting commit 1833fcf Merge: b385744 ad8a365 Author: Catboy <[email protected]> Date: Sat Jul 31 12:33:08 2021 -0500 Merge branch 'combine' into interactions commit ad8a365 Merge: b385744 d229eeb Author: Catboy <[email protected]> Date: Sat Jul 31 12:32:26 2021 -0500 Merge branch 'slash-commands' into combine commit d229eeb Author: Catboy <[email protected]> Date: Sat Jul 31 11:46:50 2021 -0500 for...in => for...of Co-Authored-By: DetachHead <[email protected]> commit b385744 Author: Catboy <[email protected]> Date: Sat Jul 31 11:37:24 2021 -0500 fix ts docs data isn't optional for CommandInteraction and ComponentInteraction componentType isn't optional for ComponentInteraction data is unknown for UnknownInteraction type is numberfor UnknownInteraction commit 01329b7 Author: Catboy <[email protected]> Date: Sat Jul 31 00:42:20 2021 -0500 Added new Interaction types that extend Interaction, added ts docs, changed Constants, added some missing js and tsdocs PingInteraction (type 1) CommandInteraction (type 2) ComponentInteraction (type 3) UnknownInteraction (any types in the future eris doesn't support yet) commit bc6ac9b Author: Catboi <[email protected]> Date: Fri Jul 30 08:32:31 2021 -0500 Update index.d.ts Co-authored-by: DetachHead <[email protected]> commit 21db1c5 Author: Catboy <[email protected]> Date: Tue Jul 27 18:42:27 2021 -0500 Added NUMBER (type 10) to Constants.CommandOptionTypes commit f8f5d8d Author: Catboy <[email protected]> Date: Mon Jul 26 00:48:43 2021 -0500 Oops, linted ts commit 018c592 Author: Catboy <[email protected]> Date: Mon Jul 26 00:36:49 2021 -0500 Added ts docs :) Will need to be double checked, I'm not the greatest at ts commit 263976a Author: Catboy <[email protected]> Date: Sun Jul 25 23:09:59 2021 -0500 Added CommandTypes to Constants and command.type to jsdocs Note: Currently in private beta commit ddab680 Author: Catboy <[email protected]> Date: Sun Jul 25 16:34:22 2021 -0500 Added Permission Functions to client and guild - Client#getGuildCommandPermissions - Client#getCommandPermissions - Client#editCommandPermissions - Client#bulkEditCommandPermissions - Guilld#getGuildCommandPermissions - Guilld#getCommandPermissions - Guilld#editCommandPermissions - Guilld#bulkEditCommandPermissions remove trailing spaces commit 346161b Author: Catboy <[email protected]> Date: Sun Jul 25 20:00:24 2021 -0500 Added suggested docs changes Co-Authored-By: Reinhardt <[email protected]> commit ecfe488 Author: Catboy <[email protected]> Date: Sun Jul 25 16:23:18 2021 -0500 Fix some docs commit 502bf7b Author: Catboy <[email protected]> Date: Sun Jul 25 15:12:22 2021 -0500 Id => ID commit 413e4f8 Author: Canine8YT <[email protected]> Date: Sat Jul 24 15:43:52 2021 -0500 (see description) Added deleteOriginalMessage and editOriginalMessage I will remove these if asked to, I added them because of getOriginalMessage being a thing, let me know if you think these shouldn't stay commit 367c83a Author: Canine8YT <[email protected]> Date: Sat Jul 24 15:29:30 2021 -0500 slight jsdoc improvements flags was a Boolean in the jsdocs, when it is a Number slightly change wording commit b86c761 Author: Canine8YT <[email protected]> Date: Sat Jul 24 15:25:11 2021 -0500 "Warning: Will error with ephemeral messages." is now put below the notes commit de138c9 Author: Canine8YT <[email protected]> Date: Sat Jul 24 14:11:38 2021 -0500 change function names to make more sense, ts docs getOriginal => getOriginalMessage edit => editMessage delete => deleteMessage commit 7f8a911 Author: Canine8YT <[email protected]> Date: Sat Jul 24 13:39:58 2021 -0500 Added interaction.getOriginal() https://discord.com/developers/docs/interactions/slash-commands#get-original-interaction-response commit 1e229d4 Author: Canine8YT <[email protected]> Date: Sat Jul 24 12:04:48 2021 -0500 Remove unrelated endpoints commit f51df1f Author: Canine8YT <[email protected]> Date: Sat Jul 24 11:38:53 2021 -0500 Linted ts commit 640dd05 Author: Canine8YT <[email protected]> Date: Sat Jul 24 10:41:10 2021 -0500 embeds is now an actual array of EmbedOptions Co-Authored-By: Reinhardt <[email protected]> commit f920556 Author: Canine8YT <[email protected]> Date: Sat Jul 24 10:06:52 2021 -0500 Add Donovan's suggested changes, also values is now an array of strings Co-Authored-By: Donovan Daniels <[email protected]> commit 1563fbd Author: Canine8YT <[email protected]> Date: Sat Jul 24 09:29:39 2021 -0500 Fixed some defer docs, acknowledge now has a reason to exist Acknowledge now works differently depending on the interaction type, Works as a Pong when used on a type 1 interaction. (Ping) Works as defer() when used on a type 2 interaction. (Slash Command) Works as deferUpdate() when used on a type 3 interaction. (Message Comonent) commit d3bca79 Author: Canine8YT <[email protected]> Date: Tue Jul 13 21:42:49 2021 -0500 docs improvements Constants.InteractionResponseType => Constants.InteractionResponseTypes Moved ts docs to the same spot Added more missing ts docs Fixed some js docs Added "Errors with ephemeral messages." to editParent Fix some docs Fix and improve ts docs Fix createInteractionResponse docs commit b796942 Author: Canine8YT <[email protected]> Date: Sat Jul 24 11:08:53 2021 -0500 Remove Guild#deleteGuildCommand, fix some docs commit 24611f7 Author: Canine8YT <[email protected]> Date: Thu Jul 22 18:29:52 2021 -0500 Ignore .vscode commit c9f04d5 Merge: 1025f24 e194a71 Author: Catboi <[email protected]> Date: Tue Jul 13 11:19:14 2021 -0500 Merge pull request abalabahaha#30 from abalabahaha/dev Dev updates commit a2d340a Merge: 2d5e30c 2c3b9a1 Author: Canine8YT <[email protected]> Date: Tue Jul 13 11:18:21 2021 -0500 Merge branch 'abalabahaha-dev' into interactions commit 2c3b9a1 Merge: 2d5e30c e194a71 Author: Canine8YT <[email protected]> Date: Tue Jul 13 11:17:55 2021 -0500 Merge branch 'dev' of https://github.com/abalabahaha/eris into abalabahaha-dev commit 2d5e30c Merge: cece5b3 11d21c9 Author: Catboi <[email protected]> Date: Thu Jul 8 13:51:24 2021 -0500 Merge pull request abalabahaha#26 from abalabahaha/dev Pull dev updates commit cece5b3 Author: Canine8YT <[email protected]> Date: Thu Jul 8 11:59:50 2021 -0500 make interaction.edit messageId docs more clear commit 4ade375 Author: Canine8YT <[email protected]> Date: Thu Jul 8 11:27:33 2021 -0500 Removed unneeded if statements, embed => embeds, fixed docs commit e8221b8 Author: Canine8YT <[email protected]> Date: Thu Jul 8 11:12:35 2021 -0500 Fixed "will will" typo commit 1025f24 Merge: cdb48c3 1d897fd Author: Canine8YT <[email protected]> Date: Sun Jul 4 19:17:19 2021 -0500 Merge branch 'slash-commands' of https://github.com/Catboi8/eris into slash-commands commit cdb48c3 Author: Canine8YT <[email protected]> Date: Sun Jul 4 19:17:06 2021 -0500 bulkEditCommands createCommands => bulkEditCommands createGuildCommands => bulkEditGuildCommands commit 1d897fd Merge: 82a5b0a 24d84a9 Author: Catboi <[email protected]> Date: Sun Jul 4 02:06:06 2021 -0500 Merge pull request #20 from abalabahaha/dev Catchup dev updates commit 917ad5e Merge: c323eb6 24d84a9 Author: Catboi <[email protected]> Date: Sun Jul 4 02:05:41 2021 -0500 Merge pull request #19 from abalabahaha/dev Catchup dev updates commit 82a5b0a Author: Canine8YT <[email protected]> Date: Sun Jul 4 02:00:59 2021 -0500 Added most guild slash command functions commit 0c6b60a Author: Canine8YT <[email protected]> Date: Sun Jul 4 02:00:31 2021 -0500 Fixed slash command docs commit 0b0ca56 Author: Canine8YT <[email protected]> Date: Sun Jul 4 01:41:30 2021 -0500 Add most client slash command functions Still missing all Permissions related ones commit d968eb0 Author: Canine8YT <[email protected]> Date: Sun Jul 4 01:38:28 2021 -0500 Add more endpoints commit 3a4e294 Author: Canine8YT <[email protected]> Date: Sat Jul 3 04:28:00 2021 -0500 Id => ID commit 6445515 Author: Canine8YT <[email protected]> Date: Sat Jul 3 03:51:35 2021 -0500 Added endpoints, Added consistents commit c323eb6 Author: Canine8YT <[email protected]> Date: Sat Jul 3 03:49:27 2021 -0500 Added forgotten consistent, actually follows styling now commit d0bfd6e Author: Canine8YT <[email protected]> Date: Sat Jul 3 03:32:12 2021 -0500 Added forgotten property, fixed docs a little commit 583d31f Merge: b529169 8582d3c Author: Catboi <[email protected]> Date: Fri Jul 2 12:20:43 2021 -0500 Merge pull request #17 from abalabahaha/dev Pull dev changes commit b529169 Author: Canine8YT <[email protected]> Date: Wed Jun 30 21:45:33 2021 -0500 then => than in interaction docs commit 61ef4d8 Author: Canine8YT <[email protected]> Date: Sun Jun 27 15:47:20 2021 -0500 Dont format allowedMentions because editWebhookMessage does right after commit 4bec30b Author: Canine8YT <[email protected]> Date: Sun Jun 27 15:43:58 2021 -0500 Components-only for editParent and edit commit f381d11 Author: Canine8YT <[email protected]> Date: Sun Jun 27 01:20:55 2021 -0500 Moved docs a little commit b89e659 Author: Canine8YT <[email protected]> Date: Sat Jun 26 17:32:49 2021 -0500 Fixed delete docs, fixed needing embed when its embeds commit 315b668 Author: Canine8YT <[email protected]> Date: Wed Jun 16 14:47:49 2021 -0500 Fixed up some ts docs commit 626cda0 Author: Canine8YT <[email protected]> Date: Mon Jun 14 09:18:31 2021 -0500 Added createFollowup options commit 63dc8fa Author: Canine8YT <[email protected]> Date: Mon Jun 14 09:13:15 2021 -0500 Updated some docs commit f604f61 Author: Canine8YT <[email protected]> Date: Thu Jun 10 03:04:02 2021 -0500 Better docs + notes commit 1e1ef48 Author: Canine8YT <[email protected]> Date: Wed Jun 9 04:30:04 2021 -0500 Added forgotten guild object commit bb119a8 Author: Canine8YT <[email protected]> Date: Wed Jun 9 04:24:36 2021 -0500 Added missing client for member commit 516e951 Author: Canine8YT <[email protected]> Date: Thu Jun 3 00:37:47 2021 -0500 Made interaction functions docs InteractionOptions rather then Record<string, unknown> Not exactly sure how this works but maybe this im sorry if not eeeeeee commit ba3ba4d Author: Canine8YT <[email protected]> Date: Thu Jun 3 00:34:17 2021 -0500 Fixed some docs commit 83000ee Author: Canine8YT <[email protected]> Date: Thu Jun 3 00:29:39 2021 -0500 added createInteractionResponse to ts docs commit 041369b Author: Canine8YT <[email protected]> Date: Tue Jun 1 01:13:09 2021 -0500 added flags to executewebhook for interactions commit 0346700 Author: Canine8YT <[email protected]> Date: Mon May 31 14:57:22 2021 -0500 Fixed Interaction docs commit 9a9f891 Author: Canine8YT <[email protected]> Date: Mon May 31 14:34:10 2021 -0500 Added this._client to all method calls, everything now actually works commit 705f90f Author: Canine8YT <[email protected]> Date: Mon May 31 14:14:26 2021 -0500 fixed small docs bit for some reason .request in interactionCreate is not defined so imma try and fix that but i see nothing wrong commit ca45388 Author: Canine8YT <[email protected]> Date: Mon May 31 14:01:41 2021 -0500 Removed _client that i forgot to commit c34e1f1 Author: Canine8YT <[email protected]> Date: Mon May 31 13:56:16 2021 -0500 Added Requested changes • Linted • Added createInteractionResponse client method • Added flags to executeWebhook docs • started using client methods in Interaction • No longer assign null for fields • Now checks fields for undefined explicitly • Fixed Constants Styling (i think?) • Removed InteractionData class • Added Typescript documentation • Added .vscode to .gitignore commit c3dd29f Author: Canine8YT <[email protected]> Date: Sun May 30 06:26:53 2021 -0500 Added Name to InteractionData commit 6a154f9 Author: Canine8YT <[email protected]> Date: Sun May 30 06:11:17 2021 -0500 Update Interaction.js commit 5e51d79 Author: Canine8YT <[email protected]> Date: Sun May 30 05:31:17 2021 -0500 Removed dead space between comments and functions commit fb16393 Author: Canine8YT <[email protected]> Date: Sun May 30 05:27:19 2021 -0500 Update Interaction.js commit 01b9656 Author: Canine8YT <[email protected]> Date: Sun May 30 05:25:19 2021 -0500 Update Interaction.js commit d55c986 Author: Canine8YT <[email protected]> Date: Sun May 30 05:21:05 2021 -0500 Added interaction.delete commit d748371 Author: Canine8YT <[email protected]> Date: Sun May 30 05:15:57 2021 -0500 Update Interaction.js commit d86c2a0 Author: Canine8YT <[email protected]> Date: Sun May 30 05:14:24 2021 -0500 Update Interaction.js commit 2c175be Author: Canine8YT <[email protected]> Date: Sun May 30 05:07:41 2021 -0500 Updated Docs commit 24e9fdb Author: Canine8YT <[email protected]> Date: Sun May 30 05:07:31 2021 -0500 Removed editInteractionMessage commit 62d00b4 Author: Canine8YT <[email protected]> Date: Sun May 30 04:59:28 2021 -0500 edit => editParent, editResponse => edit commit 096e35b Author: Canine8YT <[email protected]> Date: Sun May 30 04:47:37 2021 -0500 Update Interaction.js commit 7be7a07 Author: Canine8YT <[email protected]> Date: Sun May 30 04:46:46 2021 -0500 Changed some docs, added .edit commit 25e75ff Author: Canine8YT <[email protected]> Date: Sun May 30 04:37:46 2021 -0500 Commented out broken .then statement commit f9c5c2b Author: Canine8YT <[email protected]> Date: Sun May 30 04:36:14 2021 -0500 Test log commit b066de5 Author: Canine8YT <[email protected]> Date: Sun May 30 04:35:18 2021 -0500 Update Interaction.js commit 48e0182 Author: Canine8YT <[email protected]> Date: Sun May 30 04:30:20 2021 -0500 Update Interaction.js commit 17faf1d Author: Canine8YT <[email protected]> Date: Sun May 30 04:29:24 2021 -0500 Fixed acknowledge commit 3d0dc68 Author: Canine8YT <[email protected]> Date: Sun May 30 04:27:12 2021 -0500 Added createFollowup commit 2efd06b Author: Canine8YT <[email protected]> Date: Sat May 29 23:27:17 2021 -0500 Removed duplicate endpoints commit ea493da Author: Canine8YT <[email protected]> Date: Sat May 29 23:18:27 2021 -0500 Added testing for content commit 1b8ad83 Author: Canine8YT <[email protected]> Date: Sat May 29 23:09:13 2021 -0500 editResponse Documentation commit 990d640 Author: Canine8YT <[email protected]> Date: Sat May 29 23:03:53 2021 -0500 Update Interaction.js commit 4c087e0 Author: Canine8YT <[email protected]> Date: Sat May 29 23:03:46 2021 -0500 Update Endpoints.js commit 820c502 Author: Canine8YT <[email protected]> Date: Sat May 29 22:55:41 2021 -0500 Update Endpoints.js commit 844a557 Author: Canine8YT <[email protected]> Date: Sat May 29 22:53:34 2021 -0500 Update Interaction.js commit 1f4f175 Author: Canine8YT <[email protected]> Date: Sat May 29 22:48:40 2021 -0500 editResponse test commit b4d3928 Author: Canine8YT <[email protected]> Date: Sat May 29 22:30:18 2021 -0500 Defer test commit 1830a3e Author: Canine8YT <[email protected]> Date: Sat May 29 22:20:44 2021 -0500 acknowledge is just a promise commit afc67c4 Author: Canine8YT <[email protected]> Date: Sat May 29 22:15:07 2021 -0500 Actually did InteractionData Docs commit 67abcdb Author: Canine8YT <[email protected]> Date: Sat May 29 22:03:36 2021 -0500 Removed InteractionData.customId commit 07aff1a Author: Canine8YT <[email protected]> Date: Sat May 29 22:01:43 2021 -0500 Update Interaction.js commit 55455dc Author: Canine8YT <[email protected]> Date: Sat May 29 22:00:59 2021 -0500 Attempt to add Interaction Data commit 6a87323 Author: Canine8YT <[email protected]> Date: Sat May 29 21:32:22 2021 -0500 Interaction return changed commit c4d3ae8 Author: Canine8YT <[email protected]> Date: Sat May 29 21:15:35 2021 -0500 Update Interaction.js commit e5acc18 Author: Canine8YT <[email protected]> Date: Sat May 29 21:09:44 2021 -0500 Update Interaction.js commit c768423 Author: Canine8YT <[email protected]> Date: Sat May 29 21:06:40 2021 -0500 Update Interaction.js commit ac7a010 Author: Canine8YT <[email protected]> Date: Sat May 29 09:19:05 2021 -0500 Update Interaction.js commit fcf85d0 Author: Canine8YT <[email protected]> Date: Sat May 29 09:16:17 2021 -0500 Update Endpoints.js commit ded180f Author: Canine8YT <[email protected]> Date: Sat May 29 09:16:16 2021 -0500 Update Client.js commit 396e040 Author: Canine8YT <[email protected]> Date: Sat May 29 08:57:11 2021 -0500 Update Interaction.js commit c6b1737 Author: Canine8YT <[email protected]> Date: Sat May 29 08:53:54 2021 -0500 Update Interaction.js commit 647439c Author: Canine8YT <[email protected]> Date: Sat May 29 08:49:25 2021 -0500 Update Interaction.js commit 857fb7d Author: Canine8YT <[email protected]> Date: Sat May 29 08:46:27 2021 -0500 Update Interaction.js commit d9308c8 Author: Canine8YT <[email protected]> Date: Sat May 29 08:44:28 2021 -0500 Update Interaction.js commit 51e9610 Author: Canine8YT <[email protected]> Date: Sat May 29 08:43:27 2021 -0500 Update Interaction.js commit 00d13a6 Author: Canine8YT <[email protected]> Date: Sat May 29 08:42:03 2021 -0500 Update Interaction.js commit de0d435 Author: Canine8YT <[email protected]> Date: Sat May 29 08:39:24 2021 -0500 Update Interaction.js commit b00c738 Author: Canine8YT <[email protected]> Date: Sat May 29 08:07:27 2021 -0500 Forgot / before urls commit 9a0f18c Author: Canine8YT <[email protected]> Date: Sat May 29 08:06:22 2021 -0500 Added endpoints commit 6c27c37 Author: Canine8YT <[email protected]> Date: Sat May 29 07:06:31 2021 -0500 Update Interaction.js commit ecd5c2f Author: Canine8YT <[email protected]> Date: Sat May 29 07:03:34 2021 -0500 Temp commented out InteractionData to test so far commit 3f87031 Author: Canine8YT <[email protected]> Date: Sat May 29 07:02:32 2021 -0500 Update Constants.js commit 4b99592 Author: Canine8YT <[email protected]> Date: Sat May 29 07:01:54 2021 -0500 Fixed accidental commas commit 1b8f2c6 Author: Canine8YT <[email protected]> Date: Sat May 29 06:51:46 2021 -0500 Added interaction event, Added Interaction class (1)
conorwastakenwastaken
added a commit
to conorwastakenwastaken/eris
that referenced
this pull request
Oct 28, 2021
commit a98a4c5 Author: Catboi <[email protected]> Date: Mon Oct 18 10:56:42 2021 -0500 Separate file into its own argument on interaction things Warning: breaking changes :p also update UnknownInteraction acknowledged warning commit 6fe517a Author: Catboi <[email protected]> Date: Mon Oct 18 08:46:06 2021 -0500 Update index.d.ts Co-authored-by: Donovan Daniels <[email protected]> commit d377436 Author: Catboi <[email protected]> Date: Mon Oct 11 15:33:42 2021 -0500 Fix some js docs commit 2292ded Author: Catboi <[email protected]> Date: Fri Oct 8 10:24:29 2021 -0500 Change message.interaction Not sure if this is the best way to handle it but hopefully it is commit dc78a09 Merge: 9f1d485 7145134 Author: Catboi <[email protected]> Date: Fri Oct 8 09:58:36 2021 -0500 Merge branch 'dev' of https://github.com/abalabahaha/eris into interactions commit 9f1d485 Author: Catboi <[email protected]> Date: Sun Oct 3 01:00:41 2021 -0500 Oops forgot intents commit b21bc37 Author: Catboi <[email protected]> Date: Sun Oct 3 00:59:37 2021 -0500 Components example Because explaining it is meh, direct em here instead :3 commit 10c37a9 Author: Catboi <[email protected]> Date: Sun Oct 3 00:53:12 2021 -0500 Add ButtonStyles to Constants *glares at bsian* commit d7b21a4 Author: Catboi <[email protected]> Date: Sat Oct 2 11:10:38 2021 -0500 Update index.d.ts Co-authored-by: Reinhardt <[email protected]> commit 23bcc6e Author: Catboi <[email protected]> Date: Sat Oct 2 11:09:14 2021 -0500 Update index.d.ts Co-authored-by: Reinhardt <[email protected]> commit 13c268e Author: Catboi <[email protected]> Date: Tue Sep 28 22:03:33 2021 -0500 ComponentTypes Lint Co-authored-by: Avocado <[email protected]> commit 484a83b Author: Donovan Daniels <[email protected]> Date: Mon Sep 27 14:46:27 2021 -0500 a few fixes/improvements (abalabahaha#69) * start * remove this unknown garbage commit 5d635b7 Author: Catboy <[email protected]> Date: Thu Sep 23 14:24:51 2021 -0500 Fix js docs maybe commit 393dc1b Merge: 0059f83 daedb2b Author: Catboy <[email protected]> Date: Thu Sep 23 14:11:33 2021 -0500 Merge branch 'dev' of https://github.com/abalabahaha/eris into interactions commit 0059f83 Author: Catboy <[email protected]> Date: Thu Sep 23 14:07:09 2021 -0500 Autocomplete Interaction Support 🥳 Add support for interaction type APPLICATION_COMMAND_AUTOCOMPLETE (4) add unknown to ComponentInteraction data fix InteractionContent add acknowledge to UnknownInteraction (is just createInteractionResponse) commit dd92bca Author: Catboy <[email protected]> Date: Thu Sep 23 11:59:29 2021 -0500 change all acknowledges, make PingInteraction consistent commit 0de12ce Author: Catboy <[email protected]> Date: Thu Sep 23 11:23:48 2021 -0500 fix perms again xD Co-Authored-By: Lava <[email protected]> commit 15fb74d Author: Catboy <[email protected]> Date: Thu Sep 23 11:10:05 2021 -0500 Oops commit 7945ee8 Merge: 13b5249 5cc97a4 Author: Catboy <[email protected]> Date: Thu Sep 23 10:56:46 2021 -0500 Merge branch 'interactions' of https://github.com/Catboi8/eris into interactions commit 13b5249 Author: Catboy <[email protected]> Date: Thu Sep 23 10:54:34 2021 -0500 Add ts fixes, add channel_types to ApplicationCommandOptionsChannel Co-Authored-By: Lava <[email protected]> commit 5cc97a4 Author: Catboi <[email protected]> Date: Thu Sep 23 10:10:41 2021 -0500 Fix bulkEditCommandPermissions typings Co-authored-by: Lava <[email protected]> commit 4378029 Author: Catboy <[email protected]> Date: Sat Sep 18 12:43:26 2021 -0500 Fix editParent typings commit 9fcabf9 Author: Catboy <[email protected]> Date: Thu Sep 16 14:26:22 2021 -0500 Added ephemeral to Attachment ts commit acc1d19 Author: Catboy <[email protected]> Date: Thu Sep 16 13:44:00 2021 -0500 Fix Error: Only iterables may be used in a SetType (JustCat80#68) Fix allowed_mentions in interaction responses Co-Authored-By: Gwee&Kwee <[email protected]> commit 11ef7ea Author: Donovan Daniels <[email protected]> Date: Wed Sep 1 11:26:35 2021 -0500 More Fixes (abalabahaha#64) * I suck * same thing here commit 6b69700 Author: Catboy <[email protected]> Date: Tue Aug 31 23:01:05 2021 -0500 Can send files on initial interaction response, add .then update to UnknownInteraction methods Question life because why is executeWebhook file different from createMessage file wtf commit 04f3753 Author: Catboy <[email protected]> Date: Tue Aug 31 12:18:03 2021 -0500 data.interaction.guild_id => data.guild_id in Message commit 0540edb Author: Catboy <[email protected]> Date: Mon Aug 30 10:35:21 2021 -0500 export Interaction commit 7e19c81 Author: Catboy <[email protected]> Date: Mon Aug 30 10:34:23 2021 -0500 Undo last commit commit f303ae3 Author: Catboy <[email protected]> Date: Sun Aug 29 15:19:15 2021 -0500 remove UnknownInteraction commit 4ea749b Author: Catboy <[email protected]> Date: Sun Aug 29 14:50:44 2021 -0500 ts hotfix commit 1627d78 Author: Donovan Daniels <[email protected]> Date: Sun Aug 29 12:19:45 2021 -0700 Even More Detailed Interaction Types (abalabahaha#63) * ComponentTypes constants * ComponentInteraction*Data types * use constants for type * space * More specific typings for `ApplicationCommandOptions` * forgot to change stuff when I copied * fixes and changes * even more messy types * correct choices types * lint * specific depth limits docs: https://discord.com/developers/docs/interactions/application-commands#subcommands-and-subcommand-groups * `ApplicationCommand#description` ternary * these have been resolved * lint * even more commit 0683a9c Author: Catboy <[email protected]> Date: Sat Aug 28 21:24:23 2021 -0500 Add ComponentTypes to constants because bsian didn't :) Co-Authored-By: Donovan Daniels <[email protected]> commit ce68e1e Author: Catboy <[email protected]> Date: Wed Aug 25 15:09:11 2021 -0500 Add Interaction classes to esm.mjs commit cbbbe04 Author: Catboi <[email protected]> Date: Wed Aug 25 15:02:40 2021 -0500 Add components to webhook content in ts Co-authored-by: Donovan Daniels <[email protected]> commit a7a5473 Author: Catboy <[email protected]> Date: Mon Aug 23 23:20:57 2021 -0500 Convert to interfaces commit d733b86 Merge: 0e68d16 01e0256 Author: Catboi <[email protected]> Date: Mon Aug 23 22:29:44 2021 -0500 Merge pull request abalabahaha#61 from DonovanDMC/option-types make InteractionDataOptions strictly defined commit 01e0256 Author: Donovan Daniels <[email protected]> Date: Mon Aug 23 19:12:39 2021 -0800 add stuff to unions commit 47c2bc8 Author: Donovan Daniels <[email protected]> Date: Mon Aug 23 19:09:00 2021 -0800 first attempt commit 0e68d16 Author: Catboy <[email protected]> Date: Mon Aug 23 16:48:42 2021 -0500 Change options.value to string | number | boolean for now Co-Authored-By: coolcalcacol <[email protected]> commit 0160823 Author: Catboy <[email protected]> Date: Mon Aug 23 00:18:03 2021 -0500 Cache CommandInteraction.resolved users and members, cache interaction.member and interaction.user commit bd11bd9 Author: Catboy <[email protected]> Date: Mon Aug 23 00:14:40 2021 -0500 Update UnknownInteraction.message commit 857f38b Author: Catboy <[email protected]> Date: Sun Aug 22 09:23:10 2021 -0500 use info.guild_id when defining members commit 5c20d05 Merge: e98706d 53da0d5 Author: Catboy <[email protected]> Date: Sat Aug 21 19:09:19 2021 -0500 Merge branch 'dev' into interactions commit e98706d Author: Catboy <[email protected]> Date: Fri Aug 20 18:36:36 2021 -0500 fix up message.interaction, make message use this._client so its consistent commit 66c85cf Author: Catboy <[email protected]> Date: Fri Aug 20 18:34:28 2021 -0500 interaction.channelID is now interaction.channel, similar to message commit f4474bd Author: Catboy <[email protected]> Date: Fri Aug 20 18:28:23 2021 -0500 fix message TypeError (hotfix by GweeKwee) fix TypeError: Cannot read property 'members' of undefined at new Message Co-Authored-By: Gwee&Kwee <[email protected]> commit 04218b7 Author: Catboy <[email protected]> Date: Fri Aug 20 15:46:32 2021 -0500 Revert commit cbe1502 as these events are not sent to bots Revert "add APPLICATION_COMMAND events, will maybe add an ApplicationCommand class later" This reverts commit cbe1502. commit cbe1502 Author: Catboy <[email protected]> Date: Fri Aug 20 13:01:14 2021 -0500 add APPLICATION_COMMAND events, will maybe add an ApplicationCommand class later commit a274d08 Author: Catboy <[email protected]> Date: Thu Aug 19 11:54:58 2021 -0500 fixed docs to reflect that data.resolved are Collections commit c201294 Author: Catboy <[email protected]> Date: Thu Aug 19 11:48:50 2021 -0500 Fix PartialChannel and PartialRole having id set as number commit 814450e Author: Catboy <[email protected]> Date: Thu Aug 19 11:31:56 2021 -0500 interaction.data.resolved is now actually set instead of just passing the raw data commit e3a4337 Author: Catboy <[email protected]> Date: Thu Aug 19 10:05:17 2021 -0500 Add components to jsdocs commit a5058aa Merge: 24d5808 5246da9 Author: Catboy <[email protected]> Date: Thu Aug 19 10:01:00 2021 -0500 Merge branch 'dev' of https://github.com/abalabahaha/eris into interactions commit 24d5808 Author: Catboy <[email protected]> Date: Thu Aug 19 09:58:26 2021 -0500 remove unused things for now commit 822eca7 Author: Catboy <[email protected]> Date: Thu Aug 19 09:54:28 2021 -0500 remove data.resolved for now commit b235b41 Author: Catboy <[email protected]> Date: Thu Aug 19 03:26:30 2021 -0500 Oops, fix redefining things for no reason commit b008fcd Author: Catboy <[email protected]> Date: Thu Aug 19 03:23:51 2021 -0500 data => info in interaction classes, data.resolved fixed commit 53126ed Author: Catboy <[email protected]> Date: Wed Aug 18 17:47:46 2021 -0500 APPLICATION_COMMAND => CHAT_INPUT_COMMAND Add forgotten `case MessageTypes.CONTEXT_MENU_COMMAND` to Message.js commit bcb7d53 Author: Catboy <[email protected]> Date: Fri Aug 13 19:51:07 2021 -0500 CONTEXT_MENU_COMMAND message type commit 3171d82 Author: Catboy <[email protected]> Date: Fri Aug 13 16:48:50 2021 -0500 Fix ComponentInteraction#message docs, make most message methods check if the message is ephemeral before attempting the method commit b664099 Author: Catboy <[email protected]> Date: Fri Aug 13 16:21:16 2021 -0500 remove PossiblyEphemeralMessage from ts docs commit 98812e8 Author: Catboy <[email protected]> Date: Fri Aug 13 08:39:44 2021 -0500 Added docs for forgotten context menu data commit 629c4e5 Author: Catboy <[email protected]> Date: Fri Aug 13 08:10:16 2021 -0500 Update Constants Names to be consistent commit f60b1c0 Author: Catboy <[email protected]> Date: Thu Aug 12 14:43:40 2021 -0500 Oops added an underscore to BOT TOKEN commit e5b9012 Author: Catboy <[email protected]> Date: Thu Aug 12 01:19:28 2021 -0500 Change applicationCommands example commit b8ead26 Author: Catboy <[email protected]> Date: Thu Aug 12 01:17:58 2021 -0500 Warn if no intents instead of allowing it to error, as Interactions dont need an intent Emit a warning and set to intents 0 if none are specified commit 5ba3648 Author: Catboy <[email protected]> Date: Thu Aug 12 01:15:12 2021 -0500 editOriginalMessage doesnt error with ephemeral messages i thought it did but maybe im dumb commit d0b0347 Author: Catboi <[email protected]> Date: Wed Aug 11 16:56:05 2021 -0500 Fix message context menu comment Co-authored-by: Loliticos <[email protected]> commit 8005cf0 Author: Catboy <[email protected]> Date: Wed Aug 11 16:01:32 2021 -0500 Application Commands Example commit 62f4ce9 Author: Catboy <[email protected]> Date: Wed Aug 11 13:53:56 2021 -0500 Removed InteractionFlags in favor of adding EPHEMERAL to MessageFlags, fixed some constants styling commit 59e3ad6 Merge: 4415d02 b9758e9 Author: Catboi <[email protected]> Date: Wed Aug 11 13:21:05 2021 -0500 Merge pull request abalabahaha#52 from TTtie/ephemeral-message-passthrough commit b9758e9 Author: TTtie <[email protected]> Date: Wed Aug 11 18:18:35 2021 +0000 use an explicit 64 for PossiblyEphemeralMessage.flags commit 32bfdb5 Author: TTtie <[email protected]> Date: Wed Aug 11 18:15:27 2021 +0000 use a bit mask instead of direct comparison commit 023cfc9 Author: TTtie <[email protected]> Date: Wed Aug 11 17:56:31 2021 +0000 use raw messages when interaction messages are ephemeral commit 4415d02 Author: Catboy <[email protected]> Date: Tue Aug 10 21:21:33 2021 -0500 Changed Constants COMMAND to CHAT_INPUT, changed name check commit b002581 Author: Catboy <[email protected]> Date: Tue Aug 10 17:43:30 2021 -0500 Docs changes, Constants changes Change mentions of Slash Command to Application Command unless directly referencing the Slash Command Application Command type commit 8f06e44 Author: Catboy <[email protected]> Date: Thu Aug 5 19:55:18 2021 -0500 Added file to createMessage docs because after the initial response you can send a file commit 199adda Author: Catboi <[email protected]> Date: Thu Aug 5 18:47:55 2021 -0500 Update lib/Client.js Co-authored-by: Donovan Daniels <[email protected]> commit fd0591c Author: Catboy <[email protected]> Date: Wed Aug 4 18:12:15 2021 -0500 Lint ts commit 19c27aa Merge: 8c4d8f5 865a8e8 Author: Catboi <[email protected]> Date: Wed Aug 4 18:09:49 2021 -0500 Push Acknowledged consept to main interactions branch Push Acknowledged consept to main interactions branch commit 865a8e8 Author: Catboy <[email protected]> Date: Tue Aug 3 19:40:12 2021 -0500 acknowledged docs commit 2c0dd16 Author: Catboy <[email protected]> Date: Tue Aug 3 15:52:37 2021 -0500 Added Interaction.acknowledged, update Interaction.acknowledged when using a function that a acknowledges the interaction commit 18acc95 Merge: 2b7a69f 8c4d8f5 Author: Catboi <[email protected]> Date: Tue Aug 3 15:50:55 2021 -0500 Merge pull request abalabahaha#46 from Catboi8/interactions Interactions updated commit 8c4d8f5 Author: Catboy <[email protected]> Date: Mon Aug 2 16:25:08 2021 -0500 Fix Guild#bulkEditCommands commit 1736286 Author: Catboi <[email protected]> Date: Mon Aug 2 03:02:09 2021 -0500 Change value back to string Co-authored-by: Donovan Daniels <[email protected]> commit 2b7a69f Author: Catboy <[email protected]> Date: Sun Aug 1 16:14:43 2021 -0500 Assign wait to all createFollowup methods commit ffcaaaa Author: Catboy <[email protected]> Date: Sun Aug 1 14:42:22 2021 -0500 Added more requested changes now use Record componentType is now component_type choices is an array commit 019df74 Author: Catboy <[email protected]> Date: Sun Aug 1 14:11:23 2021 -0500 Added requested changes now use keyof added classes to exports changed interaction type to number Co-Authored-By: Donovan Daniels <[email protected]> commit 9995144 Author: Catboy <[email protected]> Date: Sat Jul 31 13:46:12 2021 -0500 Forgot Linting commit 1833fcf Merge: b385744 ad8a365 Author: Catboy <[email protected]> Date: Sat Jul 31 12:33:08 2021 -0500 Merge branch 'combine' into interactions commit ad8a365 Merge: b385744 d229eeb Author: Catboy <[email protected]> Date: Sat Jul 31 12:32:26 2021 -0500 Merge branch 'slash-commands' into combine commit d229eeb Author: Catboy <[email protected]> Date: Sat Jul 31 11:46:50 2021 -0500 for...in => for...of Co-Authored-By: DetachHead <[email protected]> commit b385744 Author: Catboy <[email protected]> Date: Sat Jul 31 11:37:24 2021 -0500 fix ts docs data isn't optional for CommandInteraction and ComponentInteraction componentType isn't optional for ComponentInteraction data is unknown for UnknownInteraction type is numberfor UnknownInteraction commit 01329b7 Author: Catboy <[email protected]> Date: Sat Jul 31 00:42:20 2021 -0500 Added new Interaction types that extend Interaction, added ts docs, changed Constants, added some missing js and tsdocs PingInteraction (type 1) CommandInteraction (type 2) ComponentInteraction (type 3) UnknownInteraction (any types in the future eris doesn't support yet) commit bc6ac9b Author: Catboi <[email protected]> Date: Fri Jul 30 08:32:31 2021 -0500 Update index.d.ts Co-authored-by: DetachHead <[email protected]> commit 21db1c5 Author: Catboy <[email protected]> Date: Tue Jul 27 18:42:27 2021 -0500 Added NUMBER (type 10) to Constants.CommandOptionTypes commit f8f5d8d Author: Catboy <[email protected]> Date: Mon Jul 26 00:48:43 2021 -0500 Oops, linted ts commit 018c592 Author: Catboy <[email protected]> Date: Mon Jul 26 00:36:49 2021 -0500 Added ts docs :) Will need to be double checked, I'm not the greatest at ts commit 263976a Author: Catboy <[email protected]> Date: Sun Jul 25 23:09:59 2021 -0500 Added CommandTypes to Constants and command.type to jsdocs Note: Currently in private beta commit ddab680 Author: Catboy <[email protected]> Date: Sun Jul 25 16:34:22 2021 -0500 Added Permission Functions to client and guild - Client#getGuildCommandPermissions - Client#getCommandPermissions - Client#editCommandPermissions - Client#bulkEditCommandPermissions - Guilld#getGuildCommandPermissions - Guilld#getCommandPermissions - Guilld#editCommandPermissions - Guilld#bulkEditCommandPermissions remove trailing spaces commit 346161b Author: Catboy <[email protected]> Date: Sun Jul 25 20:00:24 2021 -0500 Added suggested docs changes Co-Authored-By: Reinhardt <[email protected]> commit ecfe488 Author: Catboy <[email protected]> Date: Sun Jul 25 16:23:18 2021 -0500 Fix some docs commit 502bf7b Author: Catboy <[email protected]> Date: Sun Jul 25 15:12:22 2021 -0500 Id => ID commit 413e4f8 Author: Canine8YT <[email protected]> Date: Sat Jul 24 15:43:52 2021 -0500 (see description) Added deleteOriginalMessage and editOriginalMessage I will remove these if asked to, I added them because of getOriginalMessage being a thing, let me know if you think these shouldn't stay commit 367c83a Author: Canine8YT <[email protected]> Date: Sat Jul 24 15:29:30 2021 -0500 slight jsdoc improvements flags was a Boolean in the jsdocs, when it is a Number slightly change wording commit b86c761 Author: Canine8YT <[email protected]> Date: Sat Jul 24 15:25:11 2021 -0500 "Warning: Will error with ephemeral messages." is now put below the notes commit de138c9 Author: Canine8YT <[email protected]> Date: Sat Jul 24 14:11:38 2021 -0500 change function names to make more sense, ts docs getOriginal => getOriginalMessage edit => editMessage delete => deleteMessage commit 7f8a911 Author: Canine8YT <[email protected]> Date: Sat Jul 24 13:39:58 2021 -0500 Added interaction.getOriginal() https://discord.com/developers/docs/interactions/slash-commands#get-original-interaction-response commit 1e229d4 Author: Canine8YT <[email protected]> Date: Sat Jul 24 12:04:48 2021 -0500 Remove unrelated endpoints commit f51df1f Author: Canine8YT <[email protected]> Date: Sat Jul 24 11:38:53 2021 -0500 Linted ts commit 640dd05 Author: Canine8YT <[email protected]> Date: Sat Jul 24 10:41:10 2021 -0500 embeds is now an actual array of EmbedOptions Co-Authored-By: Reinhardt <[email protected]> commit f920556 Author: Canine8YT <[email protected]> Date: Sat Jul 24 10:06:52 2021 -0500 Add Donovan's suggested changes, also values is now an array of strings Co-Authored-By: Donovan Daniels <[email protected]> commit 1563fbd Author: Canine8YT <[email protected]> Date: Sat Jul 24 09:29:39 2021 -0500 Fixed some defer docs, acknowledge now has a reason to exist Acknowledge now works differently depending on the interaction type, Works as a Pong when used on a type 1 interaction. (Ping) Works as defer() when used on a type 2 interaction. (Slash Command) Works as deferUpdate() when used on a type 3 interaction. (Message Comonent) commit d3bca79 Author: Canine8YT <[email protected]> Date: Tue Jul 13 21:42:49 2021 -0500 docs improvements Constants.InteractionResponseType => Constants.InteractionResponseTypes Moved ts docs to the same spot Added more missing ts docs Fixed some js docs Added "Errors with ephemeral messages." to editParent Fix some docs Fix and improve ts docs Fix createInteractionResponse docs commit b796942 Author: Canine8YT <[email protected]> Date: Sat Jul 24 11:08:53 2021 -0500 Remove Guild#deleteGuildCommand, fix some docs commit 24611f7 Author: Canine8YT <[email protected]> Date: Thu Jul 22 18:29:52 2021 -0500 Ignore .vscode commit c9f04d5 Merge: 1025f24 e194a71 Author: Catboi <[email protected]> Date: Tue Jul 13 11:19:14 2021 -0500 Merge pull request abalabahaha#30 from abalabahaha/dev Dev updates commit a2d340a Merge: 2d5e30c 2c3b9a1 Author: Canine8YT <[email protected]> Date: Tue Jul 13 11:18:21 2021 -0500 Merge branch 'abalabahaha-dev' into interactions commit 2c3b9a1 Merge: 2d5e30c e194a71 Author: Canine8YT <[email protected]> Date: Tue Jul 13 11:17:55 2021 -0500 Merge branch 'dev' of https://github.com/abalabahaha/eris into abalabahaha-dev commit 2d5e30c Merge: cece5b3 11d21c9 Author: Catboi <[email protected]> Date: Thu Jul 8 13:51:24 2021 -0500 Merge pull request abalabahaha#26 from abalabahaha/dev Pull dev updates commit cece5b3 Author: Canine8YT <[email protected]> Date: Thu Jul 8 11:59:50 2021 -0500 make interaction.edit messageId docs more clear commit 4ade375 Author: Canine8YT <[email protected]> Date: Thu Jul 8 11:27:33 2021 -0500 Removed unneeded if statements, embed => embeds, fixed docs commit e8221b8 Author: Canine8YT <[email protected]> Date: Thu Jul 8 11:12:35 2021 -0500 Fixed "will will" typo commit 1025f24 Merge: cdb48c3 1d897fd Author: Canine8YT <[email protected]> Date: Sun Jul 4 19:17:19 2021 -0500 Merge branch 'slash-commands' of https://github.com/Catboi8/eris into slash-commands commit cdb48c3 Author: Canine8YT <[email protected]> Date: Sun Jul 4 19:17:06 2021 -0500 bulkEditCommands createCommands => bulkEditCommands createGuildCommands => bulkEditGuildCommands commit 1d897fd Merge: 82a5b0a 24d84a9 Author: Catboi <[email protected]> Date: Sun Jul 4 02:06:06 2021 -0500 Merge pull request #20 from abalabahaha/dev Catchup dev updates commit 917ad5e Merge: c323eb6 24d84a9 Author: Catboi <[email protected]> Date: Sun Jul 4 02:05:41 2021 -0500 Merge pull request #19 from abalabahaha/dev Catchup dev updates commit 82a5b0a Author: Canine8YT <[email protected]> Date: Sun Jul 4 02:00:59 2021 -0500 Added most guild slash command functions commit 0c6b60a Author: Canine8YT <[email protected]> Date: Sun Jul 4 02:00:31 2021 -0500 Fixed slash command docs commit 0b0ca56 Author: Canine8YT <[email protected]> Date: Sun Jul 4 01:41:30 2021 -0500 Add most client slash command functions Still missing all Permissions related ones commit d968eb0 Author: Canine8YT <[email protected]> Date: Sun Jul 4 01:38:28 2021 -0500 Add more endpoints commit 3a4e294 Author: Canine8YT <[email protected]> Date: Sat Jul 3 04:28:00 2021 -0500 Id => ID commit 6445515 Author: Canine8YT <[email protected]> Date: Sat Jul 3 03:51:35 2021 -0500 Added endpoints, Added consistents commit c323eb6 Author: Canine8YT <[email protected]> Date: Sat Jul 3 03:49:27 2021 -0500 Added forgotten consistent, actually follows styling now commit d0bfd6e Author: Canine8YT <[email protected]> Date: Sat Jul 3 03:32:12 2021 -0500 Added forgotten property, fixed docs a little commit 583d31f Merge: b529169 8582d3c Author: Catboi <[email protected]> Date: Fri Jul 2 12:20:43 2021 -0500 Merge pull request #17 from abalabahaha/dev Pull dev changes commit b529169 Author: Canine8YT <[email protected]> Date: Wed Jun 30 21:45:33 2021 -0500 then => than in interaction docs commit 61ef4d8 Author: Canine8YT <[email protected]> Date: Sun Jun 27 15:47:20 2021 -0500 Dont format allowedMentions because editWebhookMessage does right after commit 4bec30b Author: Canine8YT <[email protected]> Date: Sun Jun 27 15:43:58 2021 -0500 Components-only for editParent and edit commit f381d11 Author: Canine8YT <[email protected]> Date: Sun Jun 27 01:20:55 2021 -0500 Moved docs a little commit b89e659 Author: Canine8YT <[email protected]> Date: Sat Jun 26 17:32:49 2021 -0500 Fixed delete docs, fixed needing embed when its embeds commit 315b668 Author: Canine8YT <[email protected]> Date: Wed Jun 16 14:47:49 2021 -0500 Fixed up some ts docs commit 626cda0 Author: Canine8YT <[email protected]> Date: Mon Jun 14 09:18:31 2021 -0500 Added createFollowup options commit 63dc8fa Author: Canine8YT <[email protected]> Date: Mon Jun 14 09:13:15 2021 -0500 Updated some docs commit f604f61 Author: Canine8YT <[email protected]> Date: Thu Jun 10 03:04:02 2021 -0500 Better docs + notes commit 1e1ef48 Author: Canine8YT <[email protected]> Date: Wed Jun 9 04:30:04 2021 -0500 Added forgotten guild object commit bb119a8 Author: Canine8YT <[email protected]> Date: Wed Jun 9 04:24:36 2021 -0500 Added missing client for member commit 516e951 Author: Canine8YT <[email protected]> Date: Thu Jun 3 00:37:47 2021 -0500 Made interaction functions docs InteractionOptions rather then Record<string, unknown> Not exactly sure how this works but maybe this im sorry if not eeeeeee commit ba3ba4d Author: Canine8YT <[email protected]> Date: Thu Jun 3 00:34:17 2021 -0500 Fixed some docs commit 83000ee Author: Canine8YT <[email protected]> Date: Thu Jun 3 00:29:39 2021 -0500 added createInteractionResponse to ts docs commit 041369b Author: Canine8YT <[email protected]> Date: Tue Jun 1 01:13:09 2021 -0500 added flags to executewebhook for interactions commit 0346700 Author: Canine8YT <[email protected]> Date: Mon May 31 14:57:22 2021 -0500 Fixed Interaction docs commit 9a9f891 Author: Canine8YT <[email protected]> Date: Mon May 31 14:34:10 2021 -0500 Added this._client to all method calls, everything now actually works commit 705f90f Author: Canine8YT <[email protected]> Date: Mon May 31 14:14:26 2021 -0500 fixed small docs bit for some reason .request in interactionCreate is not defined so imma try and fix that but i see nothing wrong commit ca45388 Author: Canine8YT <[email protected]> Date: Mon May 31 14:01:41 2021 -0500 Removed _client that i forgot to commit c34e1f1 Author: Canine8YT <[email protected]> Date: Mon May 31 13:56:16 2021 -0500 Added Requested changes • Linted • Added createInteractionResponse client method • Added flags to executeWebhook docs • started using client methods in Interaction • No longer assign null for fields • Now checks fields for undefined explicitly • Fixed Constants Styling (i think?) • Removed InteractionData class • Added Typescript documentation • Added .vscode to .gitignore commit c3dd29f Author: Canine8YT <[email protected]> Date: Sun May 30 06:26:53 2021 -0500 Added Name to InteractionData commit 6a154f9 Author: Canine8YT <[email protected]> Date: Sun May 30 06:11:17 2021 -0500 Update Interaction.js commit 5e51d79 Author: Canine8YT <[email protected]> Date: Sun May 30 05:31:17 2021 -0500 Removed dead space between comments and functions commit fb16393 Author: Canine8YT <[email protected]> Date: Sun May 30 05:27:19 2021 -0500 Update Interaction.js commit 01b9656 Author: Canine8YT <[email protected]> Date: Sun May 30 05:25:19 2021 -0500 Update Interaction.js commit d55c986 Author: Canine8YT <[email protected]> Date: Sun May 30 05:21:05 2021 -0500 Added interaction.delete commit d748371 Author: Canine8YT <[email protected]> Date: Sun May 30 05:15:57 2021 -0500 Update Interaction.js commit d86c2a0 Author: Canine8YT <[email protected]> Date: Sun May 30 05:14:24 2021 -0500 Update Interaction.js commit 2c175be Author: Canine8YT <[email protected]> Date: Sun May 30 05:07:41 2021 -0500 Updated Docs commit 24e9fdb Author: Canine8YT <[email protected]> Date: Sun May 30 05:07:31 2021 -0500 Removed editInteractionMessage commit 62d00b4 Author: Canine8YT <[email protected]> Date: Sun May 30 04:59:28 2021 -0500 edit => editParent, editResponse => edit commit 096e35b Author: Canine8YT <[email protected]> Date: Sun May 30 04:47:37 2021 -0500 Update Interaction.js commit 7be7a07 Author: Canine8YT <[email protected]> Date: Sun May 30 04:46:46 2021 -0500 Changed some docs, added .edit commit 25e75ff Author: Canine8YT <[email protected]> Date: Sun May 30 04:37:46 2021 -0500 Commented out broken .then statement commit f9c5c2b Author: Canine8YT <[email protected]> Date: Sun May 30 04:36:14 2021 -0500 Test log commit b066de5 Author: Canine8YT <[email protected]> Date: Sun May 30 04:35:18 2021 -0500 Update Interaction.js commit 48e0182 Author: Canine8YT <[email protected]> Date: Sun May 30 04:30:20 2021 -0500 Update Interaction.js commit 17faf1d Author: Canine8YT <[email protected]> Date: Sun May 30 04:29:24 2021 -0500 Fixed acknowledge commit 3d0dc68 Author: Canine8YT <[email protected]> Date: Sun May 30 04:27:12 2021 -0500 Added createFollowup commit 2efd06b Author: Canine8YT <[email protected]> Date: Sat May 29 23:27:17 2021 -0500 Removed duplicate endpoints commit ea493da Author: Canine8YT <[email protected]> Date: Sat May 29 23:18:27 2021 -0500 Added testing for content commit 1b8ad83 Author: Canine8YT <[email protected]> Date: Sat May 29 23:09:13 2021 -0500 editResponse Documentation commit 990d640 Author: Canine8YT <[email protected]> Date: Sat May 29 23:03:53 2021 -0500 Update Interaction.js commit 4c087e0 Author: Canine8YT <[email protected]> Date: Sat May 29 23:03:46 2021 -0500 Update Endpoints.js commit 820c502 Author: Canine8YT <[email protected]> Date: Sat May 29 22:55:41 2021 -0500 Update Endpoints.js commit 844a557 Author: Canine8YT <[email protected]> Date: Sat May 29 22:53:34 2021 -0500 Update Interaction.js commit 1f4f175 Author: Canine8YT <[email protected]> Date: Sat May 29 22:48:40 2021 -0500 editResponse test commit b4d3928 Author: Canine8YT <[email protected]> Date: Sat May 29 22:30:18 2021 -0500 Defer test commit 1830a3e Author: Canine8YT <[email protected]> Date: Sat May 29 22:20:44 2021 -0500 acknowledge is just a promise commit afc67c4 Author: Canine8YT <[email protected]> Date: Sat May 29 22:15:07 2021 -0500 Actually did InteractionData Docs commit 67abcdb Author: Canine8YT <[email protected]> Date: Sat May 29 22:03:36 2021 -0500 Removed InteractionData.customId commit 07aff1a Author: Canine8YT <[email protected]> Date: Sat May 29 22:01:43 2021 -0500 Update Interaction.js commit 55455dc Author: Canine8YT <[email protected]> Date: Sat May 29 22:00:59 2021 -0500 Attempt to add Interaction Data commit 6a87323 Author: Canine8YT <[email protected]> Date: Sat May 29 21:32:22 2021 -0500 Interaction return changed commit c4d3ae8 Author: Canine8YT <[email protected]> Date: Sat May 29 21:15:35 2021 -0500 Update Interaction.js commit e5acc18 Author: Canine8YT <[email protected]> Date: Sat May 29 21:09:44 2021 -0500 Update Interaction.js commit c768423 Author: Canine8YT <[email protected]> Date: Sat May 29 21:06:40 2021 -0500 Update Interaction.js commit ac7a010 Author: Canine8YT <[email protected]> Date: Sat May 29 09:19:05 2021 -0500 Update Interaction.js commit fcf85d0 Author: Canine8YT <[email protected]> Date: Sat May 29 09:16:17 2021 -0500 Update Endpoints.js commit ded180f Author: Canine8YT <[email protected]> Date: Sat May 29 09:16:16 2021 -0500 Update Client.js commit 396e040 Author: Canine8YT <[email protected]> Date: Sat May 29 08:57:11 2021 -0500 Update Interaction.js commit c6b1737 Author: Canine8YT <[email protected]> Date: Sat May 29 08:53:54 2021 -0500 Update Interaction.js commit 647439c Author: Canine8YT <[email protected]> Date: Sat May 29 08:49:25 2021 -0500 Update Interaction.js commit 857fb7d Author: Canine8YT <[email protected]> Date: Sat May 29 08:46:27 2021 -0500 Update Interaction.js commit d9308c8 Author: Canine8YT <[email protected]> Date: Sat May 29 08:44:28 2021 -0500 Update Interaction.js commit 51e9610 Author: Canine8YT <[email protected]> Date: Sat May 29 08:43:27 2021 -0500 Update Interaction.js commit 00d13a6 Author: Canine8YT <[email protected]> Date: Sat May 29 08:42:03 2021 -0500 Update Interaction.js commit de0d435 Author: Canine8YT <[email protected]> Date: Sat May 29 08:39:24 2021 -0500 Update Interaction.js commit b00c738 Author: Canine8YT <[email protected]> Date: Sat May 29 08:07:27 2021 -0500 Forgot / before urls commit 9a0f18c Author: Canine8YT <[email protected]> Date: Sat May 29 08:06:22 2021 -0500 Added endpoints commit 6c27c37 Author: Canine8YT <[email protected]> Date: Sat May 29 07:06:31 2021 -0500 Update Interaction.js commit ecd5c2f Author: Canine8YT <[email protected]> Date: Sat May 29 07:03:34 2021 -0500 Temp commented out InteractionData to test so far commit 3f87031 Author: Canine8YT <[email protected]> Date: Sat May 29 07:02:32 2021 -0500 Update Constants.js commit 4b99592 Author: Canine8YT <[email protected]> Date: Sat May 29 07:01:54 2021 -0500 Fixed accidental commas commit 1b8f2c6 Author: Canine8YT <[email protected]> Date: Sat May 29 06:51:46 2021 -0500 Added interaction event, Added Interaction class (1)
Snazzah
referenced
this pull request
in Snazzah/eris
Apr 18, 2023
* refactor(interactions): use the new `channel` field Ref: discord/discord-api-docs@88a7618 * use a better type for PossiblyUncachedInteractionChannel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes:
{ Error: write EPIPE at exports._errnoException (util.js:953:11) at WriteWrap.afterWrite (net.js:793:14) code: 'EPIPE', errno: 'EPIPE', syscall: 'write' }