# 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: 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://whitepaper.mintofdestiny.xyz/discord-bot.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.
