# Nalu Docs

{% hint style="success" %}
Welcome to Nalu's Documentation Site. Here you'll find all the information you'll need to efficiently use Nalu in your Discord server!
{% endhint %}

## Quick links

{% content-ref url="/pages/c3T4kvrLTQYmVPwLUC2I" %}
[Setup](/general/setup)
{% endcontent-ref %}

{% content-ref url="/pages/MujSw7PxB2QSCcLQkE8m" %}
[Commands](/general/commands)
{% endcontent-ref %}


# Changelog

## July 2025

<figure><img src="/files/jHFk9jQ2WzrwgcIvfcXx" alt=""><figcaption></figcaption></figure>

### **NEW Features**:

* **Arrow Roulette**: Play Roulette in voice chat with friends.
* **Super Roulette**: Play Roulette with effects across all mutual servers (any server we share).
* **Harvest**: When members leave a server, harvest their soul!
* **Honor:** Give thanks to users who've done something worth honoring

### UPDATED Features:

* **Gauntlet:**
  * **Evolution:** Reach Max Prestige and start over in a new Leaderboard Tier.
  * **Titles:** Show off your achievements in a fashionable way.
  * **Land Income Upgrades:** The land you purchase from the shop scales with your Prestige & Evolution
* **Stats:**
  * **Honor & Souls:** /stats displays Honor and Souls collected within the current server.
  * **Settings UI:** /settings is more intuitive! It's easy to make necessary changes to stats & autorole.

## April 2024

<figure><img src="/files/wMk5C9JauBsgU2nTRTcg" alt=""><figcaption><p>Summary</p></figcaption></figure>

### NEW

* Added a [stats](/details/stats) system that tracks level, rank, XP, and more!
* Added [`'/yapper'`](/details/yapper) for auto-pinging roles at the start of a Voice Call

### UPDATE

* Added Top.gg voting reward for [Gauntlet](/details/gauntlet)
* Condensed `'/lottery'` & `'/draw'` into one [command](/general/commands#miscellaneous)
* Converted `'/tomato'` to User Context Menu Command [‘Throw Tomato’](/general/commands#user-application-commands)


# Setup

{% hint style="info" %}
Nalu's Setup is easy:

* [ ] [Invite Nalu](https://discord.com/api/oauth2/authorize?client_id=918939295178448926\&permissions=8\&scope=applications.commands%20bot)
* [ ] [Place the Nalu role above all other roles](https://support.discord.com/hc/en-us/articles/214836687-Role-Management-101)
  {% endhint %}


# Commands

{% hint style="warning" %}
Nalu does not have a default prefix. All of her chat input commands are [Slash Commands](https://support.discord.com/hc/en-us/articles/1500000368501-Slash-Commands-FAQ).
{% endhint %}

{% hint style="info" %}
Commands will have 2 "arguments", which is a piece of information that can be used by the command to execute a special action:

1. The **Required** Argument, written in `[]`
2. The **Optional** Argument, written in `{}`
   {% endhint %}

{% hint style="info" %}
Commands that have usage with and without optional arguments will clear the associated data if no optional arguments are made. Moreover, some commands such as /portal[^1] will not run without both optional arguments. A general rule-of-thumb: The Usage column indicates when optional arguments are independent, and when they are dependent on both optional arguments being present.

1. /portal\
   /portal {entrance} {exit}
2. /streaming\
   /streaming {streaming-role}\
   /streaming {streaming-role} {exclusive-to}

{entrance} and {exit} are **dependent**

{streaming-role} and {exclusive-to} are **independent** and will yield different results

Note: /streaming {exclusive-to} is not a valid use case
{% endhint %}

{% tabs %}
{% tab title="Moderation" %}

| Command    | Usage                                             | Description                                                  |
| ---------- | ------------------------------------------------- | ------------------------------------------------------------ |
| /clear     | /clear \[amount]                                  | Clears a set number of recent messages (Max: 100)            |
| /move      | /move \[destination] {origin} {include} {exclude} | Move specific users in one fell swoop                        |
| /moveall   | /moveall \[location] \[destination]               | Moves all members in a VC to another VC                      |
| /muteall   | /muteall                                          | Server mutes all members in the VC                           |
| /unmuteall | /unmuteall                                        | Server mutes all members in the VC                           |
| /panic     | /panic                                            | Removes all members without connect permissions from the VC. |
| /scatter   | /scatter                                          | Removes all members in the VC                                |

{% endtab %}

{% tab title="Fun" %}

| Command         | Usage                                                                                                         | Description                                                                                       |
| --------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| /gauntlet       | /gauntlet {options: Leaderboard, Prestige, Evolve, Wager 1/4, Wager, 1/2, Wager 3/4, Wager All, Title Select} | [Aim for the top spot!](/details/gauntlet)                                                        |
| /roulette       | /roulette                                                                                                     | [Test your luck.](/details/roulette)                                                              |
| /superroullette | /superroulette                                                                                                | [Test your luck in every mutual server.](/details/roulette#when-a-user-uses-superroulette)        |
| /arrowroulette  | /arrowroulette                                                                                                | [Play roulette in a VC with friends! (YIPPIE!)](/details/roulette#when-a-user-uses-arrowroulette) |
| {% endtab %}    |                                                                                                               |                                                                                                   |

{% tab title="Miscellaneous " %}

<table data-full-width="false"><thead><tr><th>Command</th><th>Usage</th><th>Description</th></tr></thead><tbody><tr><td>/about</td><td>/about</td><td>Provides basic information on Nalu</td></tr><tr><td>/portal</td><td>/portal<br>/portal {entrance} {exit}</td><td>Designates VC as a portal to another VC</td></tr><tr><td>/streaming</td><td>/streaming<br>/streaming {streaming-role}<br>/streaming {streaming-role} {exclusive-to}</td><td>Role given to users automatically when they go live on Twitch.</td></tr><tr><td>/privatechat</td><td>/privatechat [user]</td><td>Starts a private chat with a user</td></tr><tr><td>/massrole</td><td>/massrole [role]<br>/massrole [role] {only-include}</td><td>Gives a role to multiple members at once</td></tr><tr><td>/vcstats</td><td>/vcstats [channel]</td><td>Check the stats &#x26; info of a VC</td></tr><tr><td>/lottery</td><td>/lottery [amount] [role]</td><td>Draw member(s) from a specific role</td></tr><tr><td>/yapper</td><td><p>/yapper</p><p>/yapper {role} {channel}</p></td><td><a href="/pages/vSmpMVYh5dKbP5uGp83F">Ping a role when a VC is started</a></td></tr><tr><td>/stats</td><td>/stats</td><td>Check your <a href="/pages/jBolYXGY7pTYs2InGnNj#when-a-member-uses-stats">stats</a> in the server</td></tr><tr><td>/settings</td><td>/settings</td><td>Setup <a href="/pages/jBolYXGY7pTYs2InGnNj#how-settings-stats-works">stats</a>, Setup automatic role rewards for <a href="/pages/jBolYXGY7pTYs2InGnNj#how-settings-stats-autorole-works">stats</a>, View stats settings</td></tr><tr><td>/harvest</td><td>/harvest</td><td>Collect the souls of the fallen (Stats Integration)</td></tr><tr><td>/honor</td><td>/honor</td><td>Honor the honorable (Stats Integration)</td></tr></tbody></table>
{% endtab %}

{% tab title="User Application Commands" %}

| Command       | Usage                                                                                                                           | Description                                                                  |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| Roulette User | [Apps: Roulette User](https://discord.com/developers/docs/interactions/application-commands#user-commands-example-user-command) | Plays [roulette](/details/roulette) for another user                         |
| See Stats     | [Apps: See Stats](https://discord.com/developers/docs/interactions/application-commands#user-commands-example-user-command)     | View [stats](/details/stats#when-a-member-uses-see-stats) for another member |
| Throw Tomato  | [Apps: Throw Tomato](https://discord.com/developers/docs/interactions/application-commands#user-commands-example-user-command)  | Throw a tomato at another user                                               |
| {% endtab %}  |                                                                                                                                 |                                                                              |
| {% endtabs %} |                                                                                                                                 |                                                                              |

[^1]: Designates VC as a portal to another VC


# Gauntlet

{% hint style="info" %}
Gauntlet is a gambling game that uses Favor as currency. Players roll to either win or lose Favor as they fight for the top spot on the leaderboard.
{% endhint %}

{% hint style="success" %}
There is no penalty for playing this game, unlike [Roulette](/details/roulette).
{% endhint %}

{% hint style="success" %}
[Vote for Nalu](https://top.gg/bot/918939295178448926/vote) every 12 hours to double your Favor
{% endhint %}

### How it works

#### /gauntlet

* Player's chance determines win/loss
* Player's [Prestige](#gauntlet-options-prestige) level determines permanent multiplier
* Player's multiplier determines Favor gained/loss

#### /gauntlet options: Leaderboard

* Lists the richest players
* Player's stats are displayed in the footer of the embed
* Leaderboard Tier is determined by player [Evolution](#gauntlet-options-evolve)

| Leaderboard TIer | Evolution |
| ---------------- | --------- |
| Regular          | 0         |
| Top 0            | 1         |
| Interstellar     | 2         |
| World Builder    | 3         |
| Transsentient    | 4         |

#### /gauntlet options: Prestige

{% tabs %}
{% tab title="0-10" %}

| Prestige Level | Favor Required To Prestige |
| -------------- | -------------------------- |
| 0              | 1 Million                  |
| 1              | 5 Million                  |
| 2              | 10 Million                 |
| 3              | 20 Million                 |
| 4              | 30 Million                 |
| 5              | 40 Million                 |
| 6              | 50 Million                 |
| 7              | 60 Million                 |
| 8              | 70 Million                 |
| 9              | 80 Million                 |
| 10             | 90 Million                 |
| {% endtab %}   |                            |

{% tab title="11-20" %}

| Prestige Level | Favor Required To Prestige |
| -------------- | -------------------------- |
| 11             | 100 Million                |
| 12             | 1 Billion                  |
| 13             | 5 Billion                  |
| 14             | 10 Billion                 |
| 15             | 20 Billion                 |
| 16             | 30 Billion                 |
| 17             | 40 Billion                 |
| 18             | 50 Billion                 |
| 19             | 60 Billion                 |
| 20             | 70 Billion                 |
| {% endtab %}   |                            |

{% tab title="21-30" %}

| Prestige Level | Favor Required To Prestige |
| -------------- | -------------------------- |
| 21             | 80 Billion                 |
| 22             | 90 Billion                 |
| 23             | 100 Billion                |
| 24             | 1 Trillion                 |
| 25             | 5 Trillion                 |
| 26             | 10 Trillion                |
| 27             | 20 Trillion                |
| 28             | 30 Trillion                |
| 29             | 40 Trillion                |
| 30             | 50 Trillion                |
| {% endtab %}   |                            |

{% tab title="31-40" %}

| Prestige Level | Favor Required To Prestige |
| -------------- | -------------------------- |
| 31             | 60 Trillion                |
| 32             | 70 Trillion                |
| 33             | 80 Trillion                |
| 34             | 90 Trillion                |
| 35             | 100 Trillion               |
| 36             | 1 Quadrillion              |
| 37             | 5 Quadrillion              |
| 38             | 10 Quadrillion             |
| 39             | 20 Quadrillion             |
| 40             | 30 Quadrillion             |
| {% endtab %}   |                            |

{% tab title="41-50" %}

| Prestige Level | Favor Required To Prestige |
| -------------- | -------------------------- |
| 41             | 40 Quadrillion             |
| 42             | 50 Quadrillion             |
| 43             | 60 Quadrillion             |
| 44             | 70 Quadrillion             |
| 45             | 80 Quadrillion             |
| 46             | 90 Quadrillion             |
| 47             | 100 Quadrillion            |
| 48             | 1 Quintillion              |
| 49             | 5 Quintillion              |
| 50             | 10 Quintillion             |
| {% endtab %}   |                            |

{% tab title="51-60" %}

| Prestige Level | Favor Required To Prestige |
| -------------- | -------------------------- |
| 51             | 20 Quintillion             |
| 52             | 30 Quintillion             |
| 53             | 40 Quintillion             |
| 54             | 50 Quintillion             |
| 55             | 60 Quintillion             |
| 56             | 70 Quintillion             |
| 57             | 80 Quintillion             |
| 58             | 90 Quintillion             |
| 59             | 100 Quintillion            |
| 60             | 1 Sextillion               |
| {% endtab %}   |                            |

{% tab title="61-70" %}

| Prestige Level | Favor Required To Prestige |
| -------------- | -------------------------- |
| 61             | 5 Sextillion               |
| 62             | 10 Sextillion              |
| 63             | 20 Sextillion              |
| 64             | 30 Sextillion              |
| 65             | 40 Sextillion              |
| 66             | 50 Sextillion              |
| 67             | 60 Sextillion              |
| 68             | 70 Sextillion              |
| 69             | 80 Sextillion              |
| 70             | 90 Sextillion              |
| {% endtab %}   |                            |

{% tab title="71-80" %}

| Prestige Level | Favor Required To Prestige |
| -------------- | -------------------------- |
| 71             | 100 Sextillion             |
| 72             | 1 Septillion               |
| 73             | 5 Septillion               |
| 74             | 10 Septillion              |
| 75             | 20 Septillion              |
| 76             | 30 Septillion              |
| 77             | 40 Septillion              |
| 78             | 50 Septillion              |
| 79             | 60 Septillion              |
| 80             | 70 Septillion              |
| {% endtab %}   |                            |

{% tab title="81-90" %}

| Prestige Level | Favor Required To Prestige |
| -------------- | -------------------------- |
| 81             | 80 Septillion              |
| 82             | 90 Septillion              |
| 83             | 100 Septillion             |
| 84             | 1 Octillion                |
| 85             | 5 Octillion                |
| 86             | 10 Octillion               |
| 87             | 20 Octillion               |
| 88             | 30 Octillion               |
| 89             | 40 Octillion               |
| 90             | 50 Octillion               |
| {% endtab %}   |                            |

{% tab title="91-101" %}

| Prestige Level | Favor Required To Prestige |
| -------------- | -------------------------- |
| 91             | 60 Octillion               |
| 92             | 70 Octillion               |
| 93             | 80 Octillion               |
| 94             | 90 Octillion               |
| 95             | 100 Octillion              |
| 96             | 1 Nonillion                |
| 97             | 5 Nonillion                |
| 98             | 10 Nonillion               |
| 99             | 1 Decillion                |
| 100            | 1 Vigintillion             |
| 101            | N/A (MAX PRESTIGE)         |
| {% endtab %}   |                            |
| {% endtabs %}  |                            |

#### /gauntlet options: Wager (1/4, 1/2, 3/4, All)

* Wagers a fixed fraction of player Favor and pulls with the same parameters as a regular [/gauntlet](#gauntlet)

{% hint style="warning" %}
Players cannot Wager with zero or negative Favor
{% endhint %}

#### /gauntlet options: Store

{% hint style="info" %}
Purchasing Land from the Gauntlet Land Store allow players to earn Favor every hour
{% endhint %}

{% tabs %}
{% tab title="Gauntlet Land" %}

| Land               | Favor Cost    | Hourly Favor   |
| ------------------ | ------------- | -------------- |
| Dhampir Catacombs  | 100 Million   | 10 Million     |
| Gothic Spire       | 100 Million   | 10 Million     |
| Fiendish Crypt     | 100 Million   | 10 Million     |
| Necropolis         | 10 Trillion   | 1 Trillion     |
| Raven's Chamber    | 100 Trillion  | 10 Trillion    |
| Heretic's Palace   | 100 Trillion  | 10 Trillion    |
| Wyvern's Cavern    | 100 Trillion  | 10 Trillion    |
| Valencia           | 100 Trillion  | 10 Trillion    |
| Immortal Graveyard | 100 Trillion  | 10 Trillion    |
| Grim's Mausoleum   | 100 Trillion  | 10 Trillion    |
| Pet Cemetery       | 100 Trillion  | 10 Trillion    |
| Gwen's Treasury    | 1 Quintillion | 10 Quadrillion |
| Tower of Vira      | 1 Quintillion | 10 Quadrillion |
| Glut Pit           | 1 Quintillion | 10 Quadrillion |
| Shek's Vault       | 30 Septillion | 10 Sextillion  |
| Chaotic Cathedral  | 30 Septillion | 10 Sextillion  |
| Phantom Castle     | 30 Septillion | 10 Sextillion  |
| Decrepit Forest    | 30 Septillion | 10 Sextillion  |
| Ghastly Hallows    | 100 Octillion | 30 Octillion   |
| Ghoulish Garden    | 100 Octillion | 30 Octillion   |
| Occultist Bazaar   | 100 Octillion | 30 Octillion   |
| Gate               | 1 Decillion   | 10 Nonillion   |
| {% endtab %}       |               |                |
| {% endtabs %}      |               |                |

#### /gauntlet options: Collect

* Collects accrued Favor&#x20;

#### /gauntlet options: Evolve

* Requires Max Prestige
* Sets Prestige & Favor back to 0
* Increases Leaderboard Tier by 1

#### /gauntlet options: Title Select

| Title                          | How To Obtain                                      |
| ------------------------------ | -------------------------------------------------- |
| \[Beater]                      | Played before Gauntlet 2                           |
| \[Gauntleter]                  | Prestige once                                      |
| \[Fawkes]                      | Evolve once                                        |
| \[Ash Caught A Pokémon]        | Reach rank 1 on any leaderboard                    |
| \[Bruce Wayne, Goin' Batshit!] | Hit the Jackpot 10 times                           |
| \[Holier Than Thou]            | Hit the Mega Jackpot 10 times                      |
| \[Were It So Easy...]          | Hit the Reverse Jackpot                            |
| \[Known Gambler]               | Wager All 50 times                                 |
| \[Funtional Addict]            | Wager All 100 times                                |
| \[JODY HiGHROLLER]             | Wager All 500 times                                |
| \[Powerful]                    | Reach Prestige Level 5                             |
| \[Legendary]                   | Reach Prestige level 15                            |
| \[Mythical]                    | Reach Prestige level 25                            |
| \[Godlike]                     | Reach Prestige level 50                            |
| \[Immortal]                    | Reach Prestige level 75                            |
| \[Eternal]                     | Reach Prestige level 80                            |
| \[Key!]                        | Win 7 times in a row                               |
| \[Finishing The Fight!]        | Win 100 times                                      |
| \[Unfrigginbelievable!]        | Win 1000 times                                     |
| \[Nalu's Friend]               | Win 10,000 times                                   |
| \[Juggernaut]                  | Maintain #1 on the leaderboard for at least 3 days |
| \[Invincible]                  | Maintain #1 on the leaderboard for at least 1 week |
| \[Omnipotent]                  | Purchase all lands                                 |


# Roulette

{% hint style="info" %}
Roulette's odds of being 'lucky' are 1 in 7.&#x20;

* One (1) chance to be lucky
* Six (6) chances of a timeout
  {% endhint %}

{% hint style="warning" %}
Roulette timeouts are 1 minute, 5 minutes, 10 minutes, 1 hour, 24 hours, and 1 week.
{% endhint %}

{% hint style="success" %}
For any server that a user is an Admin or Moderator in, Nalu will be unable to issue a timeout. Therefore, the game cannot be played by those users in those servers.
{% endhint %}

### When a user uses /roulette

* If a timeout is received, it will be for the server the command was executed in

### When a user uses /superroulette

* If a timeout is received, it will be for every server the user shares with Nalu.

### When a user uses /arrowroulette

* Nalu will prompt for a majority vote to start the game
  * If the vote does not pass in 10 seconds, the game is canceled
  * If the vote passes, the game will start after 10 seconds&#x20;
    * (NOTE: If there are less than 2 participating players before the end of the countdown, the game is canceled)
* Every participating player in the VC will have 5-20 seconds to GET LOST!
* If everyone leaves **BEFORE** the arrow lands, everyone will play roulette
* If there are 2 or more participating players **AFTER** the arrow lands, 1 player is selected at random to play roulette
* If 1 participating player is left **AFTER** the arrow lands, all other participating players that abandoned the VC will play roulette

### When an Admin or Moderator uses /arrowroulette

* Nalu will start a 10 second countdown
  * (NOTE: If there are less than 2 participating players before the end of the countdown, the game is canceled)
* Every participating player in the VC will have 5-20 seconds to GET LOST!
* If everyone leaves **BEFORE** the arrow lands, everyone will play roulette
* If there are 2 or more participating players **AFTER** the arrow lands, 1 player is selected at random to play roulette
* If 1 participating player is left **AFTER** the arrow lands, all other participating players that abandoned the VC will play roulette

{% hint style="success" %}
Admins, Moderators, and Muted/Deafened members are safe members in regard to /arrowroulette. They are not factored into the voting process and are not considered participating players
{% endhint %}

### When an admin uses Roulette User

* If the user can play roulette, they will play roulette against their will


# Stats

{% hint style="info" %}
Stats must be enabled using [/settings](/general/commands#miscellaneous)
{% endhint %}

### When a member uses /stats

* Their server stats will be displayed

### When a member uses See Stats

* The selected member's server stats will be displayed

### How Stats Work

#### ID

* 'ID: \<number>' Next to the Server Name represents a member's unique identification number (UID) based on how early they became a member
  * The Original Server Owner's UID will always be 0. The second member's UID will be 1, and so on...

#### Gaining XP

* Messages
  * Every 2 minutes, randomly gain 15-25 XP
* Voice Channel Time
  * For every 2 minutes spent in a Voice Channel, randomly gain 15-25 XP
* Interactions (Nalu only)
  * Every 6 minutes, randomly gain 15-25 XP

#### Gaining Rank Points

* Messages & Interactions
  * Every message/interaction is 1 point
* Voice Channel Time
  * Every hour spent in VC is 100 points

#### Leveling

* The table below lists All Levels and Required XP to progress
* Upon leveling up, XP Required is subtracted from member XP
  * For example: If a member enters a call with 0 XP at Level 1, and leaves call with 110 XP, the member will level up to Level 2 and have 10 XP leftover
* Upon reaching Level 100 , members will no longer gain XP

{% tabs %}
{% tab title="1-10" %}

| Level        | XP Required |
| ------------ | ----------- |
| 1            | 100         |
| 2            | 119         |
| 3            | 130         |
| 4            | 142         |
| 5            | 155         |
| 6            | 170         |
| 7            | 186         |
| 8            | 204         |
| 9            | 223         |
| 10           | 244         |
| {% endtab %} |             |

{% tab title="11-20" %}

| Level        | XP Required |
| ------------ | ----------- |
| 11           | 267         |
| 12           | 293         |
| 13           | 321         |
| 14           | 352         |
| 15           | 386         |
| 16           | 423         |
| 17           | 464         |
| 18           | 509         |
| 19           | 558         |
| 20           | 612         |
| {% endtab %} |             |

{% tab title="21-30" %}

| Level        | XP Required |
| ------------ | ----------- |
| 21           | 671         |
| 22           | 736         |
| 23           | 807         |
| 24           | 885         |
| 25           | 971         |
| 26           | 1065        |
| 27           | 1168        |
| 28           | 1281        |
| 29           | 1405        |
| 30           | 1541        |
| {% endtab %} |             |

{% tab title="31-40" %}

| Level        | XP Required |
| ------------ | ----------- |
| 31           | 1691        |
| 32           | 1855        |
| 33           | 2035        |
| 34           | 2233        |
| 35           | 2450        |
| 36           | 2688        |
| 37           | 2950        |
| 38           | 3237        |
| 39           | 3552        |
| 40           | 3898        |
| {% endtab %} |             |

{% tab title="41-50" %}

| Level        | XP Required |
| ------------ | ----------- |
| 41           | 4278        |
| 42           | 4695        |
| 43           | 5152        |
| 44           | 5654        |
| 45           | 6205        |
| 46           | 6809        |
| 47           | 7472        |
| 48           | 8200        |
| 49           | 8999        |
| 50           | 9876        |
| {% endtab %} |             |

{% tab title="51-60" %}

| Level        | XP Required |
| ------------ | ----------- |
| 51           | 10838       |
| 52           | 11894       |
| 53           | 13053       |
| 54           | 14325       |
| 55           | 15721       |
| 56           | 17253       |
| 57           | 18935       |
| 58           | 20781       |
| 59           | 22807       |
| 60           | 25030       |
| {% endtab %} |             |

{% tab title="61-70" %}

| Level        | XP Required |
| ------------ | ----------- |
| 61           | 27470       |
| 62           | 30148       |
| 63           | 33087       |
| 64           | 36312       |
| 65           | 39852       |
| 66           | 43737       |
| 67           | 48001       |
| 68           | 52681       |
| 69           | 57817       |
| 70           | 57817       |
| {% endtab %} |             |

{% tab title="71-80" %}

| Level        | XP Required |
| ------------ | ----------- |
| 71           | 69640       |
| 72           | 76429       |
| 73           | 83880       |
| 74           | 92058       |
| 75           | 101033      |
| 76           | 110883      |
| 77           | 121693      |
| 78           | 133557      |
| 79           | 146578      |
| 80           | 160869      |
| {% endtab %} |             |

{% tab title="81-90" %}

| Level        | XP Required |
| ------------ | ----------- |
| 81           | 176553      |
| 82           | 193766      |
| 83           | 212657      |
| 84           | 233390      |
| 85           | 256145      |
| 86           | 281118      |
| 87           | 308526      |
| 88           | 338606      |
| 89           | 371619      |
| 90           | 407851      |
| {% endtab %} |             |

{% tab title="91-100" %}

| Level         | XP Required |
| ------------- | ----------- |
| 91            | 447615      |
| 92            | 491256      |
| 93            | 539152      |
| 94            | 591718      |
| 95            | 649409      |
| 96            | 712725      |
| 97            | 782214      |
| 98            | 858478      |
| 99            | 1000000     |
| 100           | 0           |
| {% endtab %}  |             |
| {% endtabs %} |             |

### How /settings work

{% tabs %}
{% tab title="Stats" %}

| Option     | Description                   |
| ---------- | ----------------------------- |
| Enable     | Enables stats                 |
| Disable    | Disables stats                |
| Default XP | Sets XP Boost Multiplier to 1 |
| 2XP        | Sets XP Boost Multiplier to 2 |
| 3XP        | Sets XP Boost Multiplier to 3 |
| 4XP        | Sets XP Boost Multiplier to 4 |
| Reset      | Resets ALL stats & settings   |

{% endtab %}

{% tab title="Autorole" %}

| Option        | Description                        |
| ------------- | ---------------------------------- |
| Level         | Choose a Level to assign a role    |
| Role          | Choose a Role to assign at a Level |
| Reset         | Resets Autorole settings           |
| {% endtab %}  |                                    |
| {% endtabs %} |                                    |

### How autorole works

* Role & Level are optional, however, are[ dependent](/general/commands) on one another
* If data already exists for either, Role & Level linkage will be overwritten & cannot be stacked/grouped

{% hint style="info" %}
Every option, excluding 'Disable', will automatically Enable stats!
{% endhint %}


# Yapper

{% hint style="info" %}
Yapper (Yapper Ping) has a cooldown of 1 hour.
{% endhint %}

## How it works

* Yapper links roles to Voice Channels
* When anyone joins the Voice Channel, and they are the person in the Voice Channel, Nalu will wait 10 seconds before sending the message: "@{roles}, @{user} just started a call in #{channel}!"

## Cases where Yapper will not activate

* The user who has joined the call is a bot
* The user who has joined the call leaves before 10 second grace period has been reached
* The call is already populated
* The channel's cooldown is active


# Terms of Service

Last updated: 28 June, 2024

### Introduction

These Terms of Service ("Terms") govern your use of Nalu ("the bot", "our bot"). Please read these Terms carefully, and contact us if you have any questions.

### Acceptance of Terms

By accessing and using our bot, you accept and agree to be bound by the terms and provision of these Terms.

### Your Responsibilities

You are responsible for your own actions while using our bot. You agree not to interfere with or disrupt the services of the bot.

### Our Responsibilities

We are responsible for maintaining the functionality of the bot. However, we are not liable for any temporary downtime of the bot due to maintenance or updates.

### Changes to the Terms

We reserve the right to modify these Terms at any time. We will always post the most current version on our website.

### Termination

We reserve the right to terminate or suspend access to our bot without prior notice or liability, for any reason whatsoever, including, without limitation, if you breach the Terms.

### Contact Us

If you have any questions about these Terms, please contact us at <nalu-support@fiora.org>.


# Privacy Policy

Last updated: 28 June, 2024

### Introduction

At Nalu, we are committed to protecting your personal information and your right to privacy. If you have any questions or concerns about our policy, or our practices with regards to your personal information, please contact us at <nalu-support@fiora.org>.

### What Information We Collect

As a Discord bot, we collect the following information:

* **Server ID**: The Server ID where the bot is added to provide server-specific services.
* **Channel ID**: The ID of the Discord channel commands are executed in or on.
* **Discord User ID**: Your Discord User ID to recognize you in our services.
* **Message ID**: The ID of the message to provide functionality for commands that require it.
* **Role ID**: The Role ID of the role that is assigned to the user for Role-specific/Role-inclusive features.

### How We Use Your Information

We use the information we collect or receive:

* **To provide, personalize, and improve our services**.
* **To respond to user inquiries and offer support**.

### How We Store Your Information

We implement appropriate data collection, storage, and processing practices and security measures to protect against unauthorized access, alteration, disclosure, or destruction of your personal information.

### GDPR Rights

If you are a resident of the European Economic Area (EEA), you have certain data protection rights. In certain circumstances, you have the following data protection rights:

* **The right to access, update or delete the information we have on you**.
* **The right of rectification**.
* **The right to object**.
* **The right of restriction**.
* **The right to data portability**.
* **The right to withdraw consent**.

### Changes to This Privacy Policy

We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes.

### Contact Us

If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact us at <nalu-support@fiora.org>.


