diff options
author | Vendicated <vendicated@riseup.net> | 2022-11-09 23:01:59 +0100 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2022-11-09 23:01:59 +0100 |
commit | 58636a9a821614cc9fc55a78054f7a4f26a92ec9 (patch) | |
tree | f5cb13d18bd0cdb2881c50a2abdbcdc9bfe6e366 /src | |
parent | 0bc894d065ff2c56cca08c7a962a89691aa1f0cf (diff) | |
download | Vencord-58636a9a821614cc9fc55a78054f7a4f26a92ec9.tar.gz Vencord-58636a9a821614cc9fc55a78054f7a4f26a92ec9.tar.bz2 Vencord-58636a9a821614cc9fc55a78054f7a4f26a92ec9.zip |
CorruptMp4s: Depend on CommandsAPI ~ PronounDB: Add pronoundb link
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/corruptMp4s.ts | 1 | ||||
-rw-r--r-- | src/plugins/pronoundb/components/PronounsAboutComponent.tsx | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/plugins/corruptMp4s.ts b/src/plugins/corruptMp4s.ts index 0751d7d..05cdf5f 100644 --- a/src/plugins/corruptMp4s.ts +++ b/src/plugins/corruptMp4s.ts @@ -29,6 +29,7 @@ export default definePlugin({ name: "CorruptMp4s", description: "Create corrupt mp4s with extremely high or negative duration", authors: [Devs.Ven], + dependencies: ["CommandsAPI"], commands: [{ name: "corrupt", description: "Create a corrupt mp4 with extremely high or negative duration", diff --git a/src/plugins/pronoundb/components/PronounsAboutComponent.tsx b/src/plugins/pronoundb/components/PronounsAboutComponent.tsx index b38b12a..3f288d5 100644 --- a/src/plugins/pronoundb/components/PronounsAboutComponent.tsx +++ b/src/plugins/pronoundb/components/PronounsAboutComponent.tsx @@ -16,12 +16,17 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ +import { Link } from "../../../components/Link"; import { Forms, React } from "../../../webpack/common"; export default function PronounsAboutComponent() { return ( <React.Fragment> <Forms.FormTitle tag="h3">More Information</Forms.FormTitle> + <Forms.FormText>To add your own pronouns, visit{" "} + <Link href="https://pronoundb.org">pronoundb.org</Link> + </Forms.FormText> + <Forms.FormDivider /> <Forms.FormText> The two pronoun formats are lowercase and capitalized. Example: <ul> |