fix: invite links
Node.js CI / Lint and Test (push) Successful in 55s

This commit is contained in:
2025-07-21 16:59:47 -07:00
parent 925f740370
commit 7eaa4416d5
2 changed files with 5 additions and 15 deletions
+4 -14
View File
@@ -1,20 +1,10 @@
# New Repository Template # Liora
This template contains all of our basic files for a new GitHub repository. There is also a handy workflow that will create an issue on a new repository made from this template, with a checklist for the steps we usually take in setting up a new repository. A Discord bot that allows you to configure "highlight" words. When a message includes one of your words, you will be notified!
If you're starting a Node.JS project with TypeScript, we have a [specific template](https://github.com/naomi-lgbt/nodejs-typescript-template) for that purpose.
## Readme
Delete all of the above text (including this line), and uncomment the below text to use our standard readme template.
<!-- # Project Name
Project Description
## Live Version ## Live Version
This page is currently deployed. [View the live website.] This page is currently deployed. [Add to Discord!](https://discord.com/oauth2/authorize?client_id=1391492296222179459)
## Feedback and Bugs ## Feedback and Bugs
@@ -36,4 +26,4 @@ Copyright held by Naomi Carrigan.
## Contact ## Contact
We may be contacted through our [Chat Server](http://chat.nhcarrigan.com) or via email at `contact@nhcarrigan.com`. --> We may be contacted through our [Chat Server](http://chat.nhcarrigan.com) or via email at `contact@nhcarrigan.com`.
+1 -1
View File
@@ -22,7 +22,7 @@ const html = `<!DOCTYPE html>
<img src="https://cdn.nhcarrigan.com/new-avatars/liora.png" width="250" alt="Liora" /> <img src="https://cdn.nhcarrigan.com/new-avatars/liora.png" width="250" alt="Liora" />
<section> <section>
<p>Discord bot that sends you a DM when a specific word you configure is included in a message.</p> <p>Discord bot that sends you a DM when a specific word you configure is included in a message.</p>
<a href="https://discord.com/oauth2/authorize?client_id=1391489982887362761" class="social-button discord-button" style="display: inline-block; background-color: #5865F2; color: white; padding: 10px 20px; text-decoration: none; border-radius: 4px; margin: 5px;"> <a href="https://discord.com/oauth2/authorize?client_id=1391492296222179459" class="social-button discord-button" style="display: inline-block; background-color: #5865F2; color: white; padding: 10px 20px; text-decoration: none; border-radius: 4px; margin: 5px;">
<i class="fab fa-discord"></i> Add to Discord <i class="fab fa-discord"></i> Add to Discord
</a> </a>
</section> </section>