mirror of
https://github.com/NovaOSS/nova-web.git
synced 2024-11-25 23:13:57 +01:00
43 lines
1.8 KiB
HTML
43 lines
1.8 KiB
HTML
{% include 'common/begin.html' %}
|
|
<link rel="stylesheet" href="/static/css/home.css">
|
|
|
|
<main>
|
|
<h1>NovaCord</h1>
|
|
<p>
|
|
Our Discord bot <i>NovaCord</i> can't be invited to your server as it's private, but its source code is at
|
|
<a href="https://github.com/NovaOSS/nova-cord" target="_blank">NovaOSS/nova-cord</a>, so feel free to self-host it.
|
|
</p>
|
|
<p>
|
|
Nontheless, you can freely use most commands of NovaCord on our Discord server.
|
|
</p>
|
|
|
|
<h2>How to use it</h2>
|
|
<p>
|
|
On our Discord server (assuming you're already verified and can write in channels like <code>#general</code>), go to the channel <code>#commands</code> and type <code>/</code>.
|
|
You should then see a popup with a list of commands. On the left side of the popup, there should be an icon for each bot. Click the blue NovaAI icon with the caption <i>BOT</i>.
|
|
Then, you'll see all <i>NovaCord</i> commands which you can use.
|
|
</p>
|
|
|
|
<h2>Troubleshooting</h2>
|
|
<p>If you don't see the commands, try the following:
|
|
<ul>
|
|
<li>Update your Discord app/program.</li>
|
|
<li>Use Discord's website.</li>
|
|
<li>Contact the staff.</li>
|
|
</ul>
|
|
</p>
|
|
<p>If you don't have access to the commands channel:
|
|
<ul>
|
|
<li>Open the server options and tick <code>Show All Channels</code>.</li>
|
|
<li>Press <kbd>Ctrl</kbd>+<kbd>K</kbd>
|
|
(PC) or open up the search tab on the mobile app and search for
|
|
<code>#commands</code>. There might be multiple channels with the
|
|
same name, so make sure it says <code>NovaAI</code> at the right.
|
|
</li>
|
|
<li>Contact the staff.</li>
|
|
</ul>
|
|
</p>
|
|
</main>
|
|
|
|
{% include 'common/end.html' %}
|