diff options
-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> |