> For the complete documentation index, see [llms.txt](https://whitepaper.mintofdestiny.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.mintofdestiny.xyz/discord-bot.md).

# Discord Bot

- [/join](https://whitepaper.mintofdestiny.xyz/discord-bot/join.md): Bot command in Discord to Join the Mint of Destiny game
- [/sign](https://whitepaper.mintofdestiny.xyz/discord-bot/sign.md): Bot command in Discord to Join the Mint of Destiny game
- [/explore](https://whitepaper.mintofdestiny.xyz/discord-bot/explore.md): Bot command in Discord to explore the Etherverse for point rewards and Villains to battle
- [/fight](https://whitepaper.mintofdestiny.xyz/discord-bot/fight.md): Bot command in Discord to challenge a Villain to a duel for Roles and NFT ownership
- [/duel](https://whitepaper.mintofdestiny.xyz/discord-bot/duel.md): Bot command in Discord to challenge your Villain to a duel for someone else's
- [/burn](https://whitepaper.mintofdestiny.xyz/discord-bot/burn.md): Bot command in Discord to burn a specific Hero NFT for points
- [/killscreen](https://whitepaper.mintofdestiny.xyz/discord-bot/killscreen.md): Bot command in Discord to attempt to beat a Kill Screen and possibly win the Mint of Destiny!
- [/top10](https://whitepaper.mintofdestiny.xyz/discord-bot/top10.md): Bot command in list the top 10 players buy order of XP
- [/stats](https://whitepaper.mintofdestiny.xyz/discord-bot/stats.md): Bot command in list the top 10 players buy order of XP
- [/help](https://whitepaper.mintofdestiny.xyz/discord-bot/help.md): Bot command that lists out all the available commands in the game
- [/nft](https://whitepaper.mintofdestiny.xyz/discord-bot/nft.md): Bot command that will list all the MoD NFTs that you own
- [/profile](https://whitepaper.mintofdestiny.xyz/discord-bot/profile.md): Bot command to set your profile image
- [/cast](https://whitepaper.mintofdestiny.xyz/discord-bot/cast.md): Bot command to cast a spell
- [/unlock](https://whitepaper.mintofdestiny.xyz/discord-bot/unlock.md): Bot command to unlock a Book of Dark Elemental Magic


---

# 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, and the optional `goal` query parameter:

```
GET https://whitepaper.mintofdestiny.xyz/discord-bot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
