# Readme for Commands List

## Bot Owner Only

* *Bot Owner Only* commands refer to the commands only the **owner** of the bot can use.
* *Bot Owner Only* commands do **not** refer to the owner of the **server**, just the owner of the **bot**.
* *Owner of the bot* is a person who is **hosting** their own bot, and their **ID** is inside of **creds.yml** file.
* You are **not** the bot **owner** if you invited the bot using **Carbonitex** or other invitation links.

## Music on the public WizBot

* In case you got WizBot in your server by the invitation from **Carbonitex**, our **GitLab** invite or **help (.h)**, music is disabled.
* Music is **disabled** due to large maintenance expenses
* If you want to have music module on your server, you will have to **host** the bot on your PC, or any of the external servers.
* How to **host** the bot, check the **guides** on the left side.

## Cherry Blossoms

* Cherry Blossoms is the **currency** of the public WizBot.
* Cherry Blossoms can be `.pick`ed after WizBot plants a flower randomly after `.gc` has been enabled on a channel
* You can give Cherry Blossoms to other users, using the command `.give X @person`.
* You can only give flowers you **own**.
* If you want to have **unlimited** number of flowers, you will have to **host** the bot.
* Commands `.award X @person` and `.take X @person` can only be used by the *bot owner*.
* If you `.plant` the flower, flower will be avaliable for everyone to `.pick` it. In that case you will **lose** the flower.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ndocs.wizbot.cc/docs/commands-readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
