# Custom Bot

## Custom Bot

You can find here how to setup custom bot. You need this if you have tier 3+ by redeeming it or by winning in our support server.

1. Go to [Discord Dev Portal](https://discord.com/developers/applications)
2. Create a new Application

![](https://1930539758-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MTHSCoUn1x_c1xYXowJ%2F-MYYvM280iuTgbgrgcOf%2F-MYYwH7uWpLZ_s2XcfEt%2Fimage.png?alt=media\&token=4a2cc80b-e3e1-455b-b0ff-9a872b8c40d4)

1. Enter a name and press the create button

![](https://1930539758-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MTHSCoUn1x_c1xYXowJ%2F-MYYvM280iuTgbgrgcOf%2F-MYYwT-93_sK6Z8UGDkD%2Fimage.png?alt=media\&token=2dc8ce4c-c65a-4a8e-a76c-a5be370b44fa)

1. Go to `Bot` and click `Add Bot` ![go to section bot](https://1930539758-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MTHSCoUn1x_c1xYXowJ%2F-MYYvM280iuTgbgrgcOf%2F-MYYwezneCiQGzxNV83M%2Fimage.png?alt=media\&token=444b40cd-3b97-4b3e-a22a-9a29cefc6a27)

![](https://1930539758-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MTHSCoUn1x_c1xYXowJ%2F-MYYvM280iuTgbgrgcOf%2F-MYYwkiMLknL6bwHsf57%2Fimage.png?alt=media\&token=28eba093-1e15-4aef-94a9-b5947a21194c)

![you can customize it if you want](https://1930539758-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MTHSCoUn1x_c1xYXowJ%2F-MYYvM280iuTgbgrgcOf%2F-MYYwsA54-wY1Z7P1_Ro%2Fimage.png?alt=media\&token=1252df97-6ca2-4675-a78f-b1957bb7cf2f)

1. Enable the intents ![enable the intent](https://1930539758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MTHSCoUn1x_c1xYXowJ%2Fuploads%2Fgit-blob-705b1c817143871916193787f29c4b12e6df71ad%2Fenable_intents.jpg?alt=media)
2. Generate the invitation link, copy it and invite the bot to your server ![generating the invite link](https://1930539758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MTHSCoUn1x_c1xYXowJ%2Fuploads%2Fgit-blob-cdc5b7a3ba21fca78191ce3377ec477a5cc5565f%2Fgenerate_invite_link.png?alt=media)
3. Copy the `Application ID` and `Token` to your Clipboard ![](https://1930539758-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MTHSCoUn1x_c1xYXowJ%2F-MYYvM280iuTgbgrgcOf%2F-MYYxTkiT1ZTUVQlcswJ%2Fimage.png?alt=media\&token=c16b3fed-f48f-46fc-bf19-4621ea6dd25c)

![](https://1930539758-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MTHSCoUn1x_c1xYXowJ%2F-MYYvM280iuTgbgrgcOf%2F-MYYxdHG_wDm3pCx50Rr%2Fimage.png?alt=media\&token=3da49bc2-4446-4c16-9b55-3c0f4a032bba)

1. Go to the Dashboard and select the server where you want to have premium. ![](https://1930539758-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MTHSCoUn1x_c1xYXowJ%2F-MYYvM280iuTgbgrgcOf%2F-MYYxs9Qj_UTLw0FsHzU%2Fimage.png?alt=media\&token=bbfe6adc-3001-4053-9687-03d6215f0169)

* Then paste the copied `Application ID` and `Token` to `Client ID` and `Token`

![](https://1930539758-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MTHSCoUn1x_c1xYXowJ%2F-MYYvM280iuTgbgrgcOf%2F-MYYy6b78iZ5l7saEScU%2Fimage.png?alt=media\&token=14fe332a-1109-40ee-909c-c16eae976ec3)

9.Change the Prefix from `!!` to any of your choice

10.Press `Save Bot` and your bot should go online

and that's it.


---

# 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://raspdevpy.gitbook.io/custom-commands/custom-bot/custom.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.
