> For the complete documentation index, see [llms.txt](https://mun-zhong.gitbook.io/juicebox/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mun-zhong.gitbook.io/juicebox/reference/commands/slash.md).

# Slash

`REQUIRES MOD TO RUN`

`/addrole` adds a role to the desired target.

`/botnick` changes the bot nickname.

`/createchannel` creates a blank template channel.

`/createrole` creates a blank template role.

`/create-thread` creates a thread linked to the one you're in as an admin.

`/deletechannel` deletes an existing channel.

`/disablecommands` is literally a game changer. It changes the permissions of @everyone to not be able to use slash commands except for built-in ones.

`/edit` edits an existing bot message.

`/enablecommands` cancels `/disablecommands`

`/embed` sends a custom embed message. Only available to mods to prevent spam.

`/say` is also exclusive to mods to prevent spam. It sends a message thru the bot.

`/slowmode` sets the channel slowmode to a custom value.

`/purge` requires mod to run to prevent members from pranking admins. It deletes a set of messages in the channel, up to 100.

`/poll` sends a suggestive message to any channel.

`/rename` renames a member.

`/event` Starts an event.

FREE USE

`/cptest` checks how fast you can reply to a message!

`/chat-achievement` makes a fake minecraft achievement in chat.

`/liquid` How much is your friend made of?!

`/google` searches for the first image appearing in response to your search term.

`/video` searches for videos on Youtube!

`/faketweet` sends a JIMP in the channel you're in.

`/catload` when will the cat ever load?

`/report` reports a user for inappropriate actions.

`/survey` gives your thoughts on the server.

{% hint style="info" %}
**Good to know:** Commands are sometimes broken and unfinished, but we want to further develop their use. So, we invented the {pre}debug{com} system! Put `debug` between the prefix and the action, for example Jhelp becomes Jdebughelp Jserver becomes Jdebugserver... and an unfinished, secret command will pop up.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://mun-zhong.gitbook.io/juicebox/reference/commands/slash.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.
