South dox patch 1#756
Closed
yusufomer08 wants to merge 3 commits into
Closed
Conversation
144reasons
reviewed
Apr 2, 2023
Contributor
144reasons
left a comment
There was a problem hiding this comment.
Also, your pr should have at least the plugin name/what you are adding, like so: feat(Plugin): Typso
You should also add a short description if possible. Other than my small suggestions, everything looks relatively fine, but I am sure there are some small improvements available but cant see any rn. Thanks for the pr!
| export default definePlugin({ | ||
| name: "Typso", | ||
| description: "Mke yoyr fruends thibk you'te typinf woth yoyr toes!", | ||
| version: "1.0.0", |
Contributor
There was a problem hiding this comment.
Version doesn't exist in plugin definiton
|
|
||
| addPreSendListener((_, msg) => { | ||
| var newMsg = ""; | ||
| let guh = false; |
Contributor
There was a problem hiding this comment.
Use something more descriptive than guh, it took me a whole minute to decipher what guh was meant to do, and still dont fully understand. Use something like isLink
Owner
|
what |
Contributor
|
didnt see this was a literal copypaste lmfao |
EtorixDev
pushed a commit
to EtorixDev/Vencord
that referenced
this pull request
Feb 11, 2026
* FileUpload: add 0x0 and catbox * FileUpload: add litterbox
This file contains hidden or 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
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.
No description provided.