# WOKCommands Documentation

## Installation

To install the WOKCommands package run the following command in your terminal:

```bash
npm install wokcommands
```

If you are interested in the latest development build then use this command instead:

{% hint style="warning" %}
The latest build could contain bugs, please check the changelog frequently and report any bugs in the community Discord server (see "USEFUL LINKS").
{% endhint %}

```bash
npm install github:AlexzanderFlores/WOKCommands-v2
```

## 🧠 Build a website dashboard, monetize your bot, and get more users

Are you wanting to take your Discord bot to the next level? Check out our premium course with over 90 video tutorials:

[https://LevelUpYourBot.com](https://levelupyourbot.com)

## 💰 $100 in FREE Hosting Credits

Want the best server for your money? Check out this short tutorial:

<https://www.youtube.com/watch?v=BiT2Kc-kYeQ>

## 🙋‍♂️ Support Discord server

If you need help with this package then try asking in the official Worn Off Keys community Discord server:

<https://wornoffkeys.com/discord>

## 📺 YouTube Channel

Check out hundreds of Discord.JS programming tutorials here:

<https://youtube.com/WornOffKeys>


---

# 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://docs.wornoffkeys.com/master.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.
