-
Notifications
You must be signed in to change notification settings - Fork 16
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
feat: AllowedMentions #66
Merged
Merged
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
This has been merged in both djs and eris, merging as well. |
bsian03
reviewed
Mar 19, 2020
bsian03
reviewed
Mar 19, 2020
bsian03
reviewed
Mar 19, 2020
bsian03
reviewed
Mar 19, 2020
Co-Authored-By: bsian03 <[email protected]>
Co-Authored-By: bsian03 <[email protected]>
bsian03
reviewed
Mar 19, 2020
Co-Authored-By: bsian03 <[email protected]>
bsian03
reviewed
Mar 19, 2020
bsian03
reviewed
Mar 19, 2020
bsian03
reviewed
Mar 19, 2020
Co-Authored-By: bsian03 <[email protected]>
Co-Authored-By: bsian03 <[email protected]>
Co-Authored-By: bsian03 <[email protected]>
…into allowedmentions
bsian03
reviewed
Mar 19, 2020
Co-Authored-By: bsian03 <[email protected]>
Khaaz
commented
Mar 19, 2020
bsian03
reviewed
Mar 19, 2020
bsian03
reviewed
Mar 19, 2020
bsian03
reviewed
Mar 19, 2020
bsian03
reviewed
Mar 19, 2020
bsian03
added a commit
to bsian03/AxonCore
that referenced
this pull request
Mar 19, 2020
Co-Authored-By: bsian03 <[email protected]>
Co-Authored-By: bsian03 <[email protected]>
Co-Authored-By: bsian03 <[email protected]>
bsian03
approved these changes
Mar 19, 2020
Khaaz
pushed a commit
that referenced
this pull request
Mar 20, 2020
* Enum documentation fixes * Lint types folder (soon) * Split typings * Codefactor * Removed unnecessary overload. Try and link #58 to PR? * Should fix CI * Reflect correction in 27d7d9c * Added library typings * Add rest of typings * Typo * Finished rest of library typings, bug fixes etc * Export file, bug fixes, typos etc * Typings change * Naming typos * Attempt 2 * b85c399, 22610d8 and df13457 reflections * b854f61 reflections * b8f415f reflections * 9139554 reflections * 7631742 reflections * b0563ac reflections * 95c586c reflections and bug fixes from previous commit * 6296f7c reflections * 21b3014 reflections * 21b3014 reflections * 38d7b34 reflections * Added WinstonLogger * Lint * Don't emit file outputs on tsc check * Add updateDBVal type * Changed name * Add path references * fix * Fix the damn CI * Correct path * 37a4838 and previous reflections * f0978c2 reflections * #64 reflections * Clear warnings from e69bf1c * 3ff2100 reflections * e5bcc33 reflections * Confirmed typo * #65 reflections * Rename * #67 reflections * Remove unused imports * Added Library selector postinstall script, needs testing * Remove language check/selection * Remove variable in global * Constant * Move to scripts folder * Exit process if CI detected * Add CI env vars * #69 reflections * Added name to dep install and test * Consistency * #72 reflections * Add first and sweep methods * Test something * Fix pathing * Trying something... * module declaration? * Fix typings * Return `this` where appropriate * Save json only if invalid config * Bump events to 13.9.2 * #70 reflections * #66 reflections * 0af8a88 reflections * #73 reflections * 061de33 reflections
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.
PULL REQUEST
Overview
This PR adds support for AllowedMentions to AxonCore. discord/discord-api-docs#1396
It documents it and if needed adds support for it. This doesn't remove
disableEveryone
for now and will keep the two side by side.This is meant to evolve as this PR is updated.
WIP: Standby for actual merge in djs and eris.
eris: abalabahaha/eris#649
djs: discordjs/discord.js#3893
Status
Semantic versioning classification