[+] Add discord link in setup instructions

This commit is contained in:
Azalea
2024-03-02 23:15:28 -05:00
parent b16100e627
commit fb431fcc7b

View File

@@ -5,7 +5,7 @@
import { USER } from "../../libs/sdk"; import { USER } from "../../libs/sdk";
import type { UserMe } from "../../libs/generalTypes"; import type { UserMe } from "../../libs/generalTypes";
import { codeToHtml } from 'shiki' import { codeToHtml } from 'shiki'
import { AQUA_CONNECTION, FADE_IN, FADE_OUT } from "../../libs/config"; import { AQUA_CONNECTION, DISCORD_INVITE, FADE_IN, FADE_OUT } from "../../libs/config";
let user: UserMe let user: UserMe
let keychip: string; let keychip: string;
@@ -71,6 +71,9 @@ id=${keychip.slice(0, 4)}-${keychip.slice(4)}1337`.trim(), {
<p> <p>
Then, after you restart the game, you should be able to connect to AquaDX. Please verify that the network tests are all GOOD in the test menu. Then, after you restart the game, you should be able to connect to AquaDX. Please verify that the network tests are all GOOD in the test menu.
</p> </p>
<p>
If you have any questions, please ask in our <a href={DISCORD_INVITE}>Discord server</a>.
</p>
</div> </div>
{/if} {/if}
</div> </div>